| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - added "fetchmany()" support to ResultProxy | Mike Bayer | 2007-01-11 | 1 | -0/+13 |
| * | - postgres no longer uses client-side cursors, uses more efficient server side | Mike Bayer | 2007-01-10 | 2 | -2/+7 |
| * | copyright update | Mike Bayer | 2007-01-05 | 2 | -2/+2 |
| * | - fix to connection pool _close() to properly clean up, fixes | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| * | oops, KeyError fix for [ticket:380] | Mike Bayer | 2006-11-29 | 1 | -1/+1 |
| * | fixed has_key exception to be KeyError [ticket:380] | Mike Bayer | 2006-11-29 | 1 | -1/+1 |
| * | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -3/+24 |
| * | [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit test | Mike Bayer | 2006-11-21 | 1 | -1/+1 |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 3 | -48/+72 |
| * | - fixed direct execution of Compiled objects | Mike Bayer | 2006-10-31 | 1 | -1/+1 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 4 | -10/+9 |
| * | docs about objects not being threadsafe | Mike Bayer | 2006-10-22 | 1 | -2/+6 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -4/+7 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 3 | -8/+8 |
| * | docstrings etc | Mike Bayer | 2006-10-16 | 1 | -17/+65 |
| * | doc stuff regarding engine strategies | Mike Bayer | 2006-10-15 | 1 | -1/+1 |
| * | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 1 | -1/+1 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -1/+1 |
| * | added docstrings for url, added to compiled documentation | Mike Bayer | 2006-10-12 | 1 | -4/+32 |
| * | oops, double row echo removed | Mike Bayer | 2006-10-12 | 1 | -2/+0 |
| * | added debug-level row echoing to RowProxy (moved from ResultProxy) | Mike Bayer | 2006-10-12 | 1 | -2/+2 |
| * | - ResultProxy.fetchall() internally uses DBAPI fetchall() for better effici... | Mike Bayer | 2006-10-12 | 1 | -5/+4 |
| * | - added auto_setinputsizes=False to oracle dialect. if true, all executions ... | Mike Bayer | 2006-10-03 | 1 | -2/+2 |
| * | - removed "extension()" MapperOption | Mike Bayer | 2006-10-03 | 1 | -0/+23 |
| * | - merged loader_strategies branch into trunk. | Mike Bayer | 2006-10-03 | 1 | -2/+6 |
| * | raise proper AttributeError | Mike Bayer | 2006-09-28 | 1 | -2/+2 |
| * | - pool will auto-close open cursors, or can be configured to raise an error i... | Mike Bayer | 2006-09-28 | 1 | -12/+9 |
| * | doc edits, moved object display in uowdumper to be hex, fixed test runner in ... | Mike Bayer | 2006-09-25 | 1 | -1/+1 |
| * | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -18/+17 |
| * | descriptive error message when an executioncontext-requiring call is called o... | Mike Bayer | 2006-09-23 | 1 | -4/+11 |
| * | added scalar() to ResultProxy | Mike Bayer | 2006-09-23 | 1 | -2/+15 |
| * | - connection pool tracks open cursors and raises an error if connection | Mike Bayer | 2006-09-23 | 1 | -1/+2 |
| * | - added an implicit close() on the cursor in ResultProxy | Mike Bayer | 2006-09-14 | 1 | -0/+5 |
| * | moved "c.name" to "c.key" for processing defaults since bind params use colum... | Mike Bayer | 2006-09-12 | 1 | -6/+6 |
| * | - fixed bug where Connection wouldnt lose its Transaction | Mike Bayer | 2006-09-12 | 1 | -0/+2 |
| * | - changed "invalidate" semantics with pooled connection; will | Mike Bayer | 2006-08-26 | 1 | -1/+2 |
| * | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 2 | -37/+39 |
| * | - urls support escaped characters in passwords [ticket:281] | Mike Bayer | 2006-08-22 | 1 | -1/+4 |
| * | [ticket:280] statement execution supports using the same BindParam | Mike Bayer | 2006-08-18 | 1 | -2/+2 |
| * | [ticket:277] check if pg/oracle sequence exists. checks in all cases before ... | Mike Bayer | 2006-08-16 | 1 | -0/+2 |
| * | moved rollback catch to mysql module... | Mike Bayer | 2006-08-10 | 1 | -4/+1 |
| * | fix mysql borkage | Jonathan Ellis | 2006-08-10 | 1 | -1/+4 |
| * | all create()/drop() calls have a keyword argument of "connectable". | Mike Bayer | 2006-08-09 | 1 | -1/+1 |
| * | added 'checkfirst' argument to table.create()/table.drop() | Mike Bayer | 2006-07-19 | 1 | -1/+1 |
| * | deferred column load could screw up the connection status in | Mike Bayer | 2006-07-14 | 1 | -5/+9 |
| * | DB connection errors wrapped in DBAPIErrors | Mike Bayer | 2006-07-13 | 1 | -1/+6 |
| * | adjument to regexp for parsing courtesy Barry Warsaw | Mike Bayer | 2006-07-10 | 1 | -2/+2 |
| * | removed debug line | Mike Bayer | 2006-07-07 | 1 | -1/+1 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 2 | -1/+4 |
| * | identified another TLTransaction scenario, and adjusted TLConnection/TLSessio... | Mike Bayer | 2006-06-22 | 1 | -6/+7 |