| Commit message (Expand) | Author | Age | Files | Lines |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 7 | -45/+29 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 3 | -30/+21 |
| * | - MSSQL anonymous labels for selection of functions made deterministic | Mike Bayer | 2007-11-18 | 1 | -6/+6 |
| * | repaired FB functions, [ticket:862] | Mike Bayer | 2007-11-18 | 1 | -3/+3 |
| * | Tests for mysql casts and a couple adjustments. | Jason Kirtland | 2007-11-18 | 1 | -6/+6 |
| * | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -8/+8 |
| * | - oracle will now reflect "DATE" as an OracleDateTime column, not | Mike Bayer | 2007-11-18 | 1 | -3/+16 |
| * | More column type __repr__ corrections. | Jason Kirtland | 2007-11-13 | 1 | -1/+1 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 3 | -3/+4 |
| * | - mysql float types now do an end run around the base class and respect preci... | Jason Kirtland | 2007-11-09 | 1 | -14/+86 |
| * | - figured out a way to get previous oracle behavior back. the ROWID thing | Mike Bayer | 2007-11-05 | 1 | -1/+1 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -5/+8 |
| * | Whitespace cleanup | Jason Kirtland | 2007-11-05 | 1 | -81/+80 |
| * | - SHOW CREATE TABLE output is slightly different if msyql is in ANSI mode | Jason Kirtland | 2007-11-05 | 1 | -7/+11 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -1/+0 |
| * | Added some more notes for maxdb | Jason Kirtland | 2007-11-03 | 1 | -58/+66 |
| * | added REAL to reflection list | Mike Bayer | 2007-10-31 | 1 | -0/+1 |
| * | Fixup sp_columns call | Paul Johnston | 2007-10-31 | 1 | -1/+1 |
| * | - Refinements for maxdb's handling of SERIAL and FIXED columns | Jason Kirtland | 2007-10-31 | 1 | -18/+38 |
| * | - merged path_based_options branch | Mike Bayer | 2007-10-28 | 1 | -9/+0 |
| * | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 1 | -3/+3 |
| * | - removed regular expression step from most statement compilations. | Mike Bayer | 2007-10-27 | 1 | -14/+18 |
| * | Make access dao detecting more reliable #828 | Paul Johnston | 2007-10-26 | 1 | -3/+9 |
| * | - Added initial version of MaxDB dialect. | Jason Kirtland | 2007-10-23 | 2 | -2/+1087 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 3 | -3/+6 |
| * | - sqlite will reflect "DECIMAL" as a numeric column | Mike Bayer | 2007-10-22 | 1 | -0/+1 |
| * | Fixed empty (zero column) sqlite inserts, allowing inserts on | Jason Kirtland | 2007-10-19 | 1 | -0/+15 |
| * | - added test coverage for unknown type reflection, fixed | Mike Bayer | 2007-10-18 | 2 | -4/+4 |
| * | - Added support for UPDATE with LIMIT on mysql. | Jason Kirtland | 2007-10-16 | 1 | -2/+40 |
| * | - 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 |