| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 13 | -13/+19 |
| * | - Added an additional libpq message to the list of "disconnect" | Mike Bayer | 2011-02-09 | 1 | -3/+11 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -2/+3 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -5/+14 |
| * | - Some adjustments so that Interbase is supported as well. | Mike Bayer | 2011-02-01 | 2 | -9/+22 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 4 | -8/+45 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 6 | -169/+730 |
| * | - move maxdb notes from wiki to the maxdb module | Mike Bayer | 2011-01-18 | 2 | -6/+60 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 3 | -14/+20 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 3 | -30/+75 |
| * | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -1/+1 |
| * | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 3 | -1/+4 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 2 | -11/+12 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 3 | -10/+10 |
| * | - fix reflection of unknown types with arguments, NullType() accepts no argum... | Mike Bayer | 2011-01-12 | 1 | -4/+4 |
| * | - dont count server_default absense as part of autoincrement, PG | Mike Bayer | 2011-01-12 | 1 | -1/+1 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 5 | -26/+21 |
| * | crappy docs, lets try that again | Mike Bayer | 2011-01-08 | 1 | -4/+5 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 1 | -0/+26 |
| * | - Firebird numeric type now checks for Decimal explicitly, | Mike Bayer | 2011-01-03 | 2 | -3/+4 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 31 | -480/+480 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 45 | -21/+225 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -1/+5 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | merge tip | Michael Trier | 2010-12-19 | 3 | -4/+4 |
| |\ |
|
| | * | more inlines | Mike Bayer | 2010-12-19 | 3 | -4/+4 |
| * | | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 10 | -24/+12 |
| |/ |
|
| * | - merge tip | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | this innocuous change allows sqlite to work with pypy. sadly, pypy is twice ... | Mike Bayer | 2010-12-17 | 1 | -2/+2 |
| * | | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -1/+1 |
| * | | merge tip | Mike Bayer | 2010-12-17 | 1 | -6/+11 |
| |\ \
| |/ |
|
| | * | - MSSQL - the String/Unicode types, and their counterparts VARCHAR/ | Mike Bayer | 2010-12-16 | 1 | -6/+11 |
| * | | merge tip | Mike Bayer | 2010-12-15 | 1 | -4/+8 |
| |\ \
| |/ |
|
| | * | - fix mssql index bug, regression post 0.6.4 | Mike Bayer | 2010-12-15 | 1 | -11/+18 |
| * | | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 6 | -96/+38 |
| * | | - fixes for mysql and I'm ready to replace this whole adapt() business with a... | Mike Bayer | 2010-12-14 | 1 | -0/+4 |
| * | | some fixes to get PG on board | Mike Bayer | 2010-12-14 | 1 | -11/+18 |
| * | | some tests, should be OK | Mike Bayer | 2010-12-13 | 2 | -4/+6 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 2 | -3/+26 |
| |/ |
|
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 7 | -20/+28 |
| * | - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3k | Mike Bayer | 2010-12-06 | 1 | -2/+12 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+4 |
| |\ |
|
| | * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| * | | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -3/+17 |
| * | | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com... | Mike Bayer | 2010-11-29 | 1 | -4/+4 |
| * | | - the "mutable" flag on PickleType, postgresql.ARRAY is now off | Mike Bayer | 2010-11-28 | 1 | -12/+13 |
| * | | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -21/+23 |
| * | | - logging has been overhauled such that engines no longer need to encode the | Mike Bayer | 2010-11-20 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | merge tip | Mike Bayer | 2010-11-18 | 4 | -34/+195 |
| | |\ \
| | |/ |
|
| | * | | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -0/+1 |