| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | TLConnection insures that it is used to create a transaction via the session ... | Mike Bayer | 2006-06-22 | 1 | -4/+6 |
| * | fixed 'port' attribute of URL to be an integer if present [ticket:209] | Mike Bayer | 2006-06-15 | 1 | -2/+5 |
| * | fixed nested rollbacks | Mike Bayer | 2006-06-14 | 1 | -1/+1 |
| * | fixed InvalidRequestException -> InvalidRequestError typo | sean | 2006-06-05 | 1 | -1/+1 |
| * | 0.2.2 prep, added "pickler" option to Pickle type | Mike Bayer | 2006-06-05 | 1 | -5/+0 |
| * | force_close... | Mike Bayer | 2006-06-05 | 1 | -2/+5 |
| * | more fixes to transaction nesting, interacts better with close() statement | Mike Bayer | 2006-06-05 | 1 | -13/+19 |
| * | switched generator to list comprehension | Mike Bayer | 2006-06-01 | 1 | -1/+1 |
| * | implemented query string support in db urls, gets sent to dialect **kwargs, [... | Mike Bayer | 2006-06-01 | 2 | -6/+21 |
| * | fixed [ticket:188] updated changelog | Mike Bayer | 2006-05-29 | 1 | -1/+1 |
| * | echo_pool flag fixed | Mike Bayer | 2006-05-29 | 1 | -2/+2 |
| * | connection more careful about checking if its closed before operations | Mike Bayer | 2006-05-29 | 1 | -9/+18 |
| * | added extra info for association object | Mike Bayer | 2006-05-29 | 1 | -0/+1 |
| * | pool needed weakref | Mike Bayer | 2006-05-28 | 2 | -4/+6 |
| * | more tlocal trans stuff | Mike Bayer | 2006-05-28 | 2 | -9/+35 |
| * | skips blank arguments | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | extra tests... | Mike Bayer | 2006-05-28 | 1 | -2/+12 |
| * | would help if commit() worked too... | Mike Bayer | 2006-05-28 | 1 | -2/+2 |
| * | TLEngine needed a partial rewrite.... | Mike Bayer | 2006-05-28 | 3 | -50/+53 |
| * | raises error for bad url | Mike Bayer | 2006-05-28 | 1 | -1/+2 |
| * | propigate "pool" argument | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | 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 | 6 | -0/+1227 |