| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23) | Jason Kirtland | 2007-12-12 | 1 | -0/+8 |
| * | Reflect Firebird PassiveDefaults | Lele Gaifax | 2007-12-12 | 1 | -11/+32 |
| * | Cosmetic changes to the Firebird reflection queries. | Lele Gaifax | 2007-12-11 | 1 | -59/+63 |
| * | Better reflection of Firebird data types. | Lele Gaifax | 2007-12-09 | 1 | -19/+23 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -3/+3 |
| * | default value of assert_unicode is None on String, False on create_engine(), ... | Mike Bayer | 2007-11-28 | 1 | -2/+2 |
| * | un-screw up the attribute manager checkin | Mike Bayer | 2007-11-27 | 1 | -30/+2 |
| * | fixed reflection of unicode, [ticket:881] | Mike Bayer | 2007-11-27 | 1 | -6/+9 |
| * | AttributeManager class and "cached" state removed....attribute listing | Mike Bayer | 2007-11-27 | 1 | -2/+30 |
| * | Fix: MSSQL set identity_insert and errors [ticket:538] | Paul Johnston | 2007-11-25 | 1 | -17/+23 |
| * | Fix: test_decimal on MSSQL - use a value that is accurately represented as a ... | Paul Johnston | 2007-11-25 | 1 | -1/+12 |
| * | Fix: MSSQL concatenate operator is + not || [ticket:879] | Paul Johnston | 2007-11-25 | 1 | -1/+4 |
| * | Avoid doubling quoting of identifier in MSSQL reflection | Paul Johnston | 2007-11-25 | 1 | -1/+1 |
| * | Make function a reserved word in MSSQL | Paul Johnston | 2007-11-25 | 1 | -5/+5 |
| * | MSSQL/PyODBC no longer has a global set nocount on | Paul Johnston | 2007-11-25 | 1 | -10/+3 |
| * | Change to make PyODBC result fetching a bit more reliable | Paul Johnston | 2007-11-25 | 1 | -8/+8 |
| * | column.foreign_key -> foreign_keys in MSSQL | Paul Johnston | 2007-11-25 | 1 | -2/+2 |
| * | - 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 |