| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (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 |
| * | happy new year | Mike Bayer | 2008-01-01 | 3 | -3/+3 |
| * | - added is_disconnect() support for oracle | Mike Bayer | 2007-12-29 | 2 | -21/+34 |
| * | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 1 | -34/+71 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 5 | -13/+29 |
| * | get most oracle tests in sql working again.... | Mike Bayer | 2007-12-18 | 1 | -2/+11 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 2 | -31/+70 |
| * | Fixed minor reST issue | Lele Gaifax | 2007-12-15 | 1 | -5/+4 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 2 | -11/+7 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -1/+1 |
| * | default value of assert_unicode is None on String, False on create_engine(), ... | Mike Bayer | 2007-11-28 | 1 | -1/+1 |
| * | - column labels in the form "tablename.columname", i.e. with a dot, are now | Mike Bayer | 2007-11-27 | 1 | -4/+15 |
| * | - added new flag to String and create_engine(), assert_unicode=(True|False|No... | Mike Bayer | 2007-11-25 | 1 | -1/+2 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 2 | -40/+70 |
| * | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -7/+12 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 2 | -23/+14 |
| * | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -2/+7 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 1 | -0/+2 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -0/+1 |
| * | - <Engine|Connection>._execute_clauseelement becomes a public method | Mike Bayer | 2007-11-07 | 1 | -5/+8 |
| * | fixed the previous TLTransaction checkin | Mike Bayer | 2007-11-07 | 1 | -0/+2 |
| * | - fixed the close() method on Transaction when using strategy='threadlocal' | Mike Bayer | 2007-11-07 | 2 | -2/+9 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -13/+15 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -1/+1 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 2 | -65/+110 |
| * | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 2 | -20/+15 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 2 | -6/+22 |
| * | - The post_exec() hook now gets invoked before autocommit fires. | Jason Kirtland | 2007-10-23 | 1 | -2/+3 |
| * | - attempted to add a test for #622 / #751, but cant reproduce the failing con... | Mike Bayer | 2007-10-14 | 1 | -1/+1 |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 1 | -1/+1 |
| * | Winnowed __all__ for 'import * from sqlalchemy.engine' | Jason Kirtland | 2007-10-13 | 1 | -1/+15 |
| * | - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fix | Jason Kirtland | 2007-10-08 | 1 | -2/+2 |
| * | - The no-arg ResultProxy._row_processor() is now the class attribute | Jason Kirtland | 2007-10-02 | 1 | -92/+90 |
| * | - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lint | Jason Kirtland | 2007-10-02 | 1 | -5/+7 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -2/+2 |
| * | Dropped the leading '__' from generated savepoint names, '_' isn't universall... | Jason Kirtland | 2007-09-27 | 1 | -1/+1 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 1 | -13/+3 |