summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-122-3/+4
* More ORDER BY, now with use_labels.Jason Kirtland2007-10-121-33/+45
* - Added small DESC exercise to test_order_by.Jason Kirtland2007-10-121-0/+14
* firebird: Fixed reflection for Integer and Numeric (after introducing Float c...Roger Demetrescu2007-10-121-1/+1
* Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYP...Roger Demetrescu2007-10-123-57/+113
* Added query coverage for ORDER BY over regular, aliased and DISTINCT columns.Jason Kirtland2007-10-111-1/+37
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-115-62/+115
* applied patch for pymssql 30-char limitRick Morrison2007-10-101-2/+3
* - Expanded JoinTest further, exercising joins the ORM depends on explicitlyJason Kirtland2007-10-101-14/+209
* - Fixed oracle 'use_ansi'-via-engine-url handling, added support for 'mode=sy...Jason Kirtland2007-10-101-6/+24
* similar type optimization for the Interval typeGaëtan de Menten2007-10-102-15/+24
* Made the PickleType slightly faster.Gaëtan de Menten2007-10-102-14/+27
* make two-phase transactions work a bit better by letting psycopg do whatever ...Ants Aasma2007-10-101-0/+2
* changelogMike Bayer2007-10-101-0/+1
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-106-9/+954
* - fixed Oracle non-ansi join syntaxMike Bayer2007-10-103-5/+16
* - Expanded insert speed test to cover execute as well as executemanyJason Kirtland2007-10-081-22/+72
* - Cleaned up visit_insert a bit, inserts are ~3% faster now.Jason Kirtland2007-10-081-4/+7
* - a better fix for [ticket:810]. The cause was two phase commit/rollback not ...Ants Aasma2007-10-082-5/+5
* - fix multiple consequent two phase transactions not working with postgres. F...Ants Aasma2007-10-084-8/+52
* Firebird now uses dialect.preparer to format sequences names.Roger Demetrescu2007-10-082-4/+8
* - Expanded the outer join tests, now covering a situation that looked like it...Jason Kirtland2007-10-081-20/+27
* - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fixJason Kirtland2007-10-082-10/+12
* - Added some outerjoin() execution exercises to the query tests.Jason Kirtland2007-10-081-1/+75
* - No longer using reserved-ish column names in MutableTypesTest.Jason Kirtland2007-10-071-10/+10
* - Actually fixed that testcascade issue. And friends- looks like a cut-n-pas...Jason Kirtland2007-10-071-4/+4
* - Fixed bogus testcascade, also made fixture sequences optional.Jason Kirtland2007-10-071-8/+16
* - Squashed assumption of transparent type coercion support in defaults testJason Kirtland2007-10-071-1/+1
* - Rewrote autoincrement tests: added new scenarios, changed the orm fetchid t...Jason Kirtland2007-10-071-40/+63
* - Tweaked unordered select tests to not be sensitive to result set order, als...Jason Kirtland2007-10-071-27/+108
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-073-5/+22
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-075-229/+234
* - oracle does not implicitly convert to unicode for non-typed resultMike Bayer2007-10-064-19/+28
* a typo on postgres returning test version check - change <8.4 -> <8.2Ants Aasma2007-10-061-2/+2
* - null foreign key on a m2o doesn't trigger a lazyload [ticket:803]Mike Bayer2007-10-065-10/+52
* - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808]Mike Bayer2007-10-053-0/+5
* - Sequences gain a basic dialect-specific kwargs bucket, like Tables.Jason Kirtland2007-10-041-3/+10
* Adjusted reserved word reflection test for oracle-style identifier dialects. ...Jason Kirtland2007-10-041-12/+8
* - Fixed convert_result_value/bind_param compatibility for types without proce...Jason Kirtland2007-10-041-23/+35
* Firebird now passes all tests from /test/engine/reflection.py (except Unicode...Roger Demetrescu2007-10-042-35/+54
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-044-72/+94
* Made the regexp detecting the returning token more readable and fixed a coupl...Ants Aasma2007-10-031-2/+13
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-025-14/+137
* - Tweaked the sql.text date testJason Kirtland2007-10-021-1/+1
* - Unraveled DateTest, removed bogus coverage omission for MySQL TIME typesJason Kirtland2007-10-021-44/+66
* removed unused _fold_identifier_case methodMike Bayer2007-10-025-32/+0
* Some fixes on reflection tests (firebird):Roger Demetrescu2007-10-021-74/+85
* - The no-arg ResultProxy._row_processor() is now the class attributeJason Kirtland2007-10-023-105/+106
* - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lintJason Kirtland2007-10-021-5/+7
* - ident passed to id_chooser in shard.py always a listMike Bayer2007-10-012-1/+4