| Commit message (Expand) | Author | Age | Files | Lines |
| * | - PG reflection, upon seeing the default schema name being used explicitly | Mike Bayer | 2007-10-14 | 1 | -0/+5 |
| * | - attempted to add a test for #622 / #751, but cant reproduce the failing con... | Mike Bayer | 2007-10-14 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | - 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 |
| * | Fix broken update/delete queries on MSSQL when tables have a schema | Paul Johnston | 2007-10-12 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | - 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 | 1 | -0/+3 |
| * | Firebird now uses dialect.preparer to format sequences names. | Roger Demetrescu | 2007-10-08 | 1 | -4/+5 |
| * | 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 |
| * | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 1 | -0/+2 |
| * | 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 | 1 | -3/+47 |
| * | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 4 | -20/+0 |
| * | Make the postgres_where attribute to Index private to postgres module by usin... | Ants Aasma | 2007-10-01 | 1 | -2/+11 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -1/+17 |
| * | firebird doesn't support sane rowcount. | Roger Demetrescu | 2007-09-28 | 1 | -2/+2 |
| * | - adjust server side logic to work with standalone default execution | Mike Bayer | 2007-09-27 | 1 | -5/+9 |
| * | 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 |
| * | fixed firebird visit_alias [ticket:779] | Mike Bayer | 2007-09-22 | 1 | -2/+2 |
| * | Don't use unicode with pyodbc on UCS-4 platforms [ticket:787] | Paul Johnston | 2007-09-19 | 1 | -3/+6 |
| * | add sqlite reserved words list | Ants Aasma | 2007-09-17 | 1 | -0/+9 |
| * | Removed DefaultDialect.ischema and information_schema's ISchema (which incide... | Jason Kirtland | 2007-09-07 | 1 | -20/+0 |
| * | Fixed repr() of mysql floats [ticket:775] | Jason Kirtland | 2007-09-07 | 1 | -4/+3 |
| * | mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an... | Jason Kirtland | 2007-09-06 | 1 | -6/+13 |
| * | Fixed reflection of the empty string for mysql enums. | Jason Kirtland | 2007-09-05 | 1 | -3/+3 |
| * | Set supports_sane_multi_rowcount for MSSQL | Paul Johnston | 2007-09-04 | 1 | -0/+3 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -2/+2 |
| * | Minor fixes to MSSQL reflection | Paul Johnston | 2007-09-03 | 1 | -3/+3 |
| * | adjusting firebird, obviously needs someone to test | Mike Bayer | 2007-09-01 | 1 | -5/+4 |
| * | fix to oracle sequence exec | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 2 | -9/+5 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 3 | -9/+3 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -1/+4 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 4 | -39/+17 |