| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix broken update/delete queries on MSSQL when tables have a schema | Paul Johnston | 2007-10-12 | 2 | -3/+4 |
| * | More ORDER BY, now with use_labels. | Jason Kirtland | 2007-10-12 | 1 | -33/+45 |
| * | - Added small DESC exercise to test_order_by. | Jason Kirtland | 2007-10-12 | 1 | -0/+14 |
| * | 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 | 3 | -57/+113 |
| * | Added query coverage for ORDER BY over regular, aliased and DISTINCT columns. | Jason Kirtland | 2007-10-11 | 1 | -1/+37 |
| * | - sqlite housekeeping- added dialect test & moved tests there, pruned the dia... | Jason Kirtland | 2007-10-11 | 5 | -62/+115 |
| * | applied patch for pymssql 30-char limit | Rick Morrison | 2007-10-10 | 1 | -2/+3 |
| * | - Expanded JoinTest further, exercising joins the ORM depends on explicitly | Jason Kirtland | 2007-10-10 | 1 | -14/+209 |
| * | - 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 | 2 | -15/+24 |
| * | Made the PickleType slightly faster. | Gaëtan de Menten | 2007-10-10 | 2 | -14/+27 |
| * | make two-phase transactions work a bit better by letting psycopg do whatever ... | Ants Aasma | 2007-10-10 | 1 | -0/+2 |
| * | changelog | Mike Bayer | 2007-10-10 | 1 | -0/+1 |
| * | - initial sybase support checkin, [ticket:785] | Mike Bayer | 2007-10-10 | 6 | -9/+954 |
| * | - fixed Oracle non-ansi join syntax | Mike Bayer | 2007-10-10 | 3 | -5/+16 |
| * | - Expanded insert speed test to cover execute as well as executemany | Jason Kirtland | 2007-10-08 | 1 | -22/+72 |
| * | - 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 | 2 | -5/+5 |
| * | - fix multiple consequent two phase transactions not working with postgres. F... | Ants Aasma | 2007-10-08 | 4 | -8/+52 |
| * | Firebird now uses dialect.preparer to format sequences names. | Roger Demetrescu | 2007-10-08 | 2 | -4/+8 |
| * | - Expanded the outer join tests, now covering a situation that looked like it... | Jason Kirtland | 2007-10-08 | 1 | -20/+27 |
| * | - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fix | Jason Kirtland | 2007-10-08 | 2 | -10/+12 |
| * | - Added some outerjoin() execution exercises to the query tests. | Jason Kirtland | 2007-10-08 | 1 | -1/+75 |
| * | - No longer using reserved-ish column names in MutableTypesTest. | Jason Kirtland | 2007-10-07 | 1 | -10/+10 |
| * | - Actually fixed that testcascade issue. And friends- looks like a cut-n-pas... | Jason Kirtland | 2007-10-07 | 1 | -4/+4 |
| * | - Fixed bogus testcascade, also made fixture sequences optional. | Jason Kirtland | 2007-10-07 | 1 | -8/+16 |
| * | - Squashed assumption of transparent type coercion support in defaults test | Jason Kirtland | 2007-10-07 | 1 | -1/+1 |
| * | - Rewrote autoincrement tests: added new scenarios, changed the orm fetchid t... | Jason Kirtland | 2007-10-07 | 1 | -40/+63 |
| * | - Tweaked unordered select tests to not be sensitive to result set order, als... | Jason Kirtland | 2007-10-07 | 1 | -27/+108 |
| * | - fix to anonymous label generation of long table/column names [ticket:806] | Mike Bayer | 2007-10-07 | 3 | -5/+22 |
| * | Firebird dialect now uses SingletonThreadPool as its poolclass. | Roger Demetrescu | 2007-10-07 | 5 | -229/+234 |
| * | - oracle does not implicitly convert to unicode for non-typed result | Mike Bayer | 2007-10-06 | 4 | -19/+28 |
| * | a typo on postgres returning test version check - change <8.4 -> <8.2 | Ants Aasma | 2007-10-06 | 1 | -2/+2 |
| * | - null foreign key on a m2o doesn't trigger a lazyload [ticket:803] | Mike Bayer | 2007-10-06 | 5 | -10/+52 |
| * | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 3 | -0/+5 |
| * | - Sequences gain a basic dialect-specific kwargs bucket, like Tables. | Jason Kirtland | 2007-10-04 | 1 | -3/+10 |
| * | Adjusted reserved word reflection test for oracle-style identifier dialects. ... | Jason Kirtland | 2007-10-04 | 1 | -12/+8 |
| * | - 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 | 2 | -35/+54 |
| * | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 4 | -72/+94 |
| * | 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 | 5 | -14/+137 |
| * | - Tweaked the sql.text date test | Jason Kirtland | 2007-10-02 | 1 | -1/+1 |
| * | - Unraveled DateTest, removed bogus coverage omission for MySQL TIME types | Jason Kirtland | 2007-10-02 | 1 | -44/+66 |
| * | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 5 | -32/+0 |
| * | Some fixes on reflection tests (firebird): | Roger Demetrescu | 2007-10-02 | 1 | -74/+85 |
| * | - The no-arg ResultProxy._row_processor() is now the class attribute | Jason Kirtland | 2007-10-02 | 3 | -105/+106 |
| * | - 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 | 2 | -1/+4 |