| Commit message (Expand) | Author | Age | Files | Lines |
| * | firebird: Fixed reflection for Integer and Numeric (after introducing Float c... | Roger Demetrescu | 2007-10-12 | 1 | -1/+1 |
| * | Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYP... | Roger Demetrescu | 2007-10-12 | 1 | -3/+42 |
| * | - sqlite housekeeping- added dialect test & moved tests there, pruned the dia... | Jason Kirtland | 2007-10-11 | 1 | -9/+20 |
| * | applied patch for pymssql 30-char limit | Rick Morrison | 2007-10-10 | 1 | -2/+3 |
| * | - Fixed oracle 'use_ansi'-via-engine-url handling, added support for 'mode=sy... | Jason Kirtland | 2007-10-10 | 1 | -6/+24 |
| * | similar type optimization for the Interval type | Gaëtan de Menten | 2007-10-10 | 1 | -14/+22 |
| * | Made the PickleType slightly faster. | Gaëtan de Menten | 2007-10-10 | 1 | -14/+25 |
| * | make two-phase transactions work a bit better by letting psycopg do whatever ... | Ants Aasma | 2007-10-10 | 1 | -0/+2 |
| * | - initial sybase support checkin, [ticket:785] | Mike Bayer | 2007-10-10 | 2 | -0/+943 |
| * | - fixed Oracle non-ansi join syntax | Mike Bayer | 2007-10-10 | 1 | -5/+11 |
| * | - Cleaned up visit_insert a bit, inserts are ~3% faster now. | Jason Kirtland | 2007-10-08 | 1 | -4/+7 |
| * | - a better fix for [ticket:810]. The cause was two phase commit/rollback not ... | Ants Aasma | 2007-10-08 | 1 | -3/+2 |
| * | - fix multiple consequent two phase transactions not working with postgres. F... | Ants Aasma | 2007-10-08 | 2 | -7/+17 |
| * | Firebird now uses dialect.preparer to format sequences names. | Roger Demetrescu | 2007-10-08 | 1 | -4/+5 |
| * | - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fix | Jason Kirtland | 2007-10-08 | 1 | -2/+2 |
| * | - fix to anonymous label generation of long table/column names [ticket:806] | Mike Bayer | 2007-10-07 | 1 | -1/+1 |
| * | Firebird dialect now uses SingletonThreadPool as its poolclass. | Roger Demetrescu | 2007-10-07 | 1 | -1/+2 |
| * | - oracle does not implicitly convert to unicode for non-typed result | Mike Bayer | 2007-10-06 | 1 | -15/+14 |
| * | - null foreign key on a m2o doesn't trigger a lazyload [ticket:803] | Mike Bayer | 2007-10-06 | 3 | -10/+19 |
| * | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 1 | -0/+2 |
| * | - Sequences gain a basic dialect-specific kwargs bucket, like Tables. | Jason Kirtland | 2007-10-04 | 1 | -3/+10 |
| * | - Fixed convert_result_value/bind_param compatibility for types without proce... | Jason Kirtland | 2007-10-04 | 1 | -23/+35 |
| * | Firebird now passes all tests from /test/engine/reflection.py (except Unicode... | Roger Demetrescu | 2007-10-04 | 1 | -35/+48 |
| * | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 1 | -0/+7 |
| * | Made the regexp detecting the returning token more readable and fixed a coupl... | Ants Aasma | 2007-10-03 | 1 | -2/+13 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 2 | -13/+61 |
| * | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 5 | -32/+0 |
| * | - 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 |
| * | - ident passed to id_chooser in shard.py always a list | Mike Bayer | 2007-10-01 | 1 | -1/+2 |
| * | Make the postgres_where attribute to Index private to postgres module by usin... | Ants Aasma | 2007-10-01 | 2 | -3/+14 |
| * | - fixed three- and multi-level select and deferred inheritance | Mike Bayer | 2007-09-29 | 2 | -10/+28 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 3 | -4/+23 |
| * | - more docstrings | Mike Bayer | 2007-09-28 | 1 | -15/+16 |
| * | - doc updates. generated sql docs are against sql.expression now. | Mike Bayer | 2007-09-28 | 2 | -69/+194 |
| * | firebird doesn't support sane rowcount. | Roger Demetrescu | 2007-09-28 | 1 | -2/+2 |
| * | Dropped the leading '__' from generated savepoint names, '_' isn't universall... | Jason Kirtland | 2007-09-27 | 1 | -1/+1 |
| * | - The IdentifierPreprarer's _requires_quotes test is now regex based. | Jason Kirtland | 2007-09-27 | 1 | -9/+7 |
| * | test coverage has been added... | Mike Bayer | 2007-09-27 | 1 | -1/+0 |
| * | - adjust server side logic to work with standalone default execution | Mike Bayer | 2007-09-27 | 1 | -5/+9 |
| * | - some docstrings for select() | Mike Bayer | 2007-09-26 | 1 | -0/+45 |
| * | Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax instead | Jason Kirtland | 2007-09-26 | 1 | -10/+22 |
| * | - added "FETCH" to the keywords detected by Postgres to indicate a result-row... | Mike Bayer | 2007-09-26 | 1 | -0/+7 |
| * | fix comment | Mike Bayer | 2007-09-26 | 1 | -5/+5 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 6 | -49/+50 |
| * | - the behavior of String/Unicode types regarding that they auto-convert | Mike Bayer | 2007-09-26 | 2 | -4/+8 |
| * | - columns from Alias objects, when used to target result-row columns, must ma... | Mike Bayer | 2007-09-24 | 3 | -4/+25 |
| * | - added session.is_modified(obj) method; performs the same "history" comparis... | Mike Bayer | 2007-09-24 | 3 | -2/+40 |
| * | found an errant 2-tuple... | Mike Bayer | 2007-09-24 | 1 | -1/+1 |
| * | fixed session extension bug [ticket:757] | Mike Bayer | 2007-09-22 | 1 | -2/+2 |