| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Dialects can now generate label names of adjustable length. | Mike Bayer | 2008-11-05 | 1 | -1/+4 |
| * | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 2 | -79/+66 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 2 | -48/+33 |
| * | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 1 | -1/+2 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 2 | -20/+0 |
| * | Corrects issue where engine.execute raised exception when given empty list. F... | Michael Trier | 2008-10-04 | 1 | -1/+1 |
| * | the @property / __slots__ fairy pays a visit | Mike Bayer | 2008-10-01 | 1 | -57/+42 |
| * | - has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 1 | -1/+2 |
| * | - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixed | Mike Bayer | 2008-08-28 | 1 | -14/+8 |
| * | - Mock engines take on the .name of their dialect. [ticket:1123] | Jason Kirtland | 2008-08-15 | 1 | -10/+11 |
| * | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 1 | -1/+0 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -0/+1 |
| * | relation.order_by requires _literal_as_column conversion as well | Mike Bayer | 2008-07-29 | 1 | -2/+0 |
| * | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 2 | -0/+3 |
| * | - Spiffed up the deprecated decorators & @flipped 'em up top | Jason Kirtland | 2008-07-16 | 1 | -2/+2 |
| * | Completed engine_descriptors() removal (started in r4900) | Jason Kirtland | 2008-07-15 | 1 | -20/+19 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 1 | -8/+22 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 5 | -21/+20 |
| * | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 1 | -3/+6 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 1 | -2/+5 |
| * | Removed deprecated Dialect.prexecute_sequences aliasing | Jason Kirtland | 2008-05-21 | 1 | -10/+0 |
| * | pool_threadlocal is off by default [ticket:1049] | Mike Bayer | 2008-05-19 | 1 | -1/+1 |
| * | raise NotImplemented for begin_nested() | Mike Bayer | 2008-05-14 | 1 | -1/+7 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 5 | -38/+68 |
| * | - same as [ticket:1019] but repaired the non-labeled use case | Mike Bayer | 2008-05-05 | 1 | -4/+3 |
| * | - refined mapper._save_obj() which was unnecessarily calling | Mike Bayer | 2008-04-26 | 2 | -1/+5 |
| * | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -2/+3 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -1/+1 |
| * | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -2/+3 |
| * | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -1/+25 |
| * | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 2 | -7/+5 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -1/+3 |
| * | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -8/+5 |
| * | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -5/+8 |
| * | check the isinsert/isupdate flags before calling __process_defaults | Mike Bayer | 2008-03-06 | 1 | -34/+34 |
| * | (very) minor speed optimization to ResultProxy fetchall & fetchmany methods | Gaƫtan de Menten | 2008-03-03 | 1 | -2/+4 |
| * | - implemented two-phase API for "threadlocal" engine, | Mike Bayer | 2008-02-26 | 1 | -9/+7 |
| * | - added exception wrapping/reconnect support to result set | Mike Bayer | 2008-02-25 | 1 | -14/+31 |
| * | - remove some old cruft | Mike Bayer | 2008-02-16 | 2 | -31/+10 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 2 | -30/+29 |
| * | check for unicode first before encoding | Mike Bayer | 2008-02-06 | 2 | -2/+2 |
| * | hmmm. | Jason Kirtland | 2008-02-05 | 1 | -5/+5 |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -0/+8 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 1 | -1/+1 |
| * | - added "autocommit=True" kwarg to select() and text(), | Mike Bayer | 2008-01-31 | 1 | -2/+2 |
| * | - implemented RowProxy.__ne__ [ticket:945], thanks knutroy | Jason Kirtland | 2008-01-31 | 1 | -57/+60 |
| * | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 1 | -0/+2 |
| * | clean up a little close() silliness | Mike Bayer | 2008-01-20 | 1 | -5/+7 |
| * | - further fix to new TypeDecorator, so that subclasses of TypeDecorators work... | Mike Bayer | 2008-01-02 | 2 | -11/+19 |