| Commit message (Expand) | Author | Age | Files | Lines |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 1 | -1/+1 |
| * | - fixed direct execution of Compiled objects | Mike Bayer | 2006-10-31 | 1 | -1/+1 |
| * | 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 | 1 | -3/+3 |
| * | docstrings etc | Mike Bayer | 2006-10-16 | 1 | -17/+65 |
| * | - 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 |
| * | 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 |
| * | - 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 |
| * | - 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 |
| * | - 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 |
| * | [ticket:277] check if pg/oracle sequence exists. checks in all cases before ... | Mike Bayer | 2006-08-16 | 1 | -0/+2 |
| * | 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 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 1 | -1/+3 |
| * | fixed nested rollbacks | Mike Bayer | 2006-06-14 | 1 | -1/+1 |
| * | connection more careful about checking if its closed before operations | Mike Bayer | 2006-05-29 | 1 | -9/+18 |
| * | pool needed weakref | Mike Bayer | 2006-05-28 | 1 | -2/+6 |
| * | more tlocal trans stuff | Mike Bayer | 2006-05-28 | 1 | -0/+1 |
| * | TLEngine needed a partial rewrite.... | Mike Bayer | 2006-05-28 | 1 | -2/+8 |
| * | added has_key to RowProxy, + caching of key lookups | Mike Bayer | 2006-05-27 | 1 | -11/+31 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -0/+687 |