| Commit message (Expand) | Author | Age | Files | Lines |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -12/+18 |
| * | - string-based query param parsing/config file parser understands | Mike Bayer | 2007-10-16 | 1 | -2/+14 |
| * | - Fixed SQL compiler's awareness of top-level column labels as used | Mike Bayer | 2007-10-16 | 4 | -9/+13 |
| * | - inline optimizations added to locate_dirty() which can greatly speed up | Mike Bayer | 2007-10-15 | 2 | -10/+26 |
| * | - much more query verbiage | Mike Bayer | 2007-10-15 | 1 | -3/+3 |
| * | - PG reflection, upon seeing the default schema name being used explicitly | Mike Bayer | 2007-10-14 | 1 | -0/+5 |
| * | - backref remove object operation doesn't fail if the other-side | Mike Bayer | 2007-10-14 | 1 | -1/+7 |
| * | - attempted to add a test for #622 / #751, but cant reproduce the failing con... | Mike Bayer | 2007-10-14 | 2 | -2/+2 |
| * | Moved author comment preventing python 2.3 from importing the module... | Jason Kirtland | 2007-10-13 | 1 | -1/+2 |
| * | Snipped another generator expression. | Jason Kirtland | 2007-10-13 | 1 | -1/+2 |
| * | Converted errant generator expression. | Jason Kirtland | 2007-10-13 | 1 | -1/+3 |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 7 | -15/+19 |
| * | Winnowed __all__ for 'import * from sqlalchemy.engine' | Jason Kirtland | 2007-10-13 | 1 | -1/+15 |
| * | Unused imports. | Jason Kirtland | 2007-10-13 | 2 | -2/+2 |
| * | Fixed reference bug in Connect, switched docstring format | Jason Kirtland | 2007-10-13 | 1 | -21/+13 |
| * | Removed a tab. | Jason Kirtland | 2007-10-13 | 1 | -1/+0 |
| * | - sybase cleanups: unused imports, adjusted docstrings, trailing whitespace | Jason Kirtland | 2007-10-13 | 2 | -111/+121 |
| * | A few fixes to the access dialect | Paul Johnston | 2007-10-12 | 1 | -31/+22 |
| * | Make ActiveMapper use scoped_session instead of SessionContext | Paul Johnston | 2007-10-12 | 1 | -19/+6 |
| * | Fix broken update/delete queries on MSSQL when tables have a schema | Paul Johnston | 2007-10-12 | 2 | -3/+4 |
| * | 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 |