| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored... | Rick Morrison | 2008-02-14 | 1 | -8/+40 |
| * | Fix: deletes with schemas on MSSQL 2000 [ticket:967] | Paul Johnston | 2008-02-08 | 1 | -0/+2 |
| * | Strip schema from access tables | Paul Johnston | 2008-02-08 | 1 | -0/+7 |
| * | - Enabled schema support on SQLite, added the temporary table namespace to ta... | Jason Kirtland | 2008-02-05 | 1 | -12/+43 |
| * | - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845] | Jason Kirtland | 2008-02-05 | 1 | -8/+67 |
| * | - fixed reflection of Time columns on sqlite | Jason Kirtland | 2008-02-01 | 1 | -27/+29 |
| * | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 2 | -2/+16 |
| * | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 1 | -1/+1 |
| * | - 2.3 fixup part three: 100% on postgres, mysql | Jason Kirtland | 2008-01-22 | 1 | -1/+1 |
| * | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 1 | -1/+1 |
| * | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 1 | -1/+2 |
| * | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -1/+2 |
| * | Reverted to False Firebird's supports_sane_rowcount | Lele Gaifax | 2008-01-11 | 1 | -1/+1 |
| * | Try to reflect also the Sequence on the PK under Firebird | Lele Gaifax | 2008-01-11 | 1 | -3/+30 |
| * | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 9 | -36/+40 |
| * | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 10 | -264/+264 |
| * | Recognize another Firebird exception in dialect.is_disconnect() | Lele Gaifax | 2008-01-10 | 1 | -0/+2 |
| * | - finally added PGMacAddr type to postgres | Mike Bayer | 2008-01-10 | 1 | -0/+5 |
| * | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 10 | -11/+11 |
| * | Fixed reflection of mysql empty string column defaults. | Jason Kirtland | 2008-01-08 | 1 | -1/+1 |
| * | Fix for ticket [923] | Rick Morrison | 2008-01-07 | 1 | -17/+13 |
| * | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 10 | -19/+19 |
| * | Added REPLACE statements to mysql autocommit list. | Jason Kirtland | 2008-01-04 | 1 | -1/+1 |
| * | fix not calling the result processor of PGArray subtypes. (a rather embarrasi... | Ants Aasma | 2008-01-03 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2008-01-01 | 7 | -7/+7 |
| * | fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p... | Mike Bayer | 2008-01-01 | 1 | -7/+6 |
| * | - added is_disconnect() support for oracle | Mike Bayer | 2007-12-29 | 1 | -0/+6 |
| * | - sqlite SLDate type will not erroneously render "microseconds" portion | Mike Bayer | 2007-12-20 | 1 | -1/+4 |
| * | Fix for autoload of non-identity PK integer columns [824] | Rick Morrison | 2007-12-19 | 1 | -7/+13 |
| * | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 2 | -2/+9 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -1/+1 |
| * | Revert to use default poolclass under Firebird | Lele Gaifax | 2007-12-15 | 1 | -2/+20 |
| * | Remove some spurious spaces | Lele Gaifax | 2007-12-15 | 1 | -3/+7 |
| * | Implemented FBDialect.server_version_info() | Lele Gaifax | 2007-12-15 | 1 | -5/+34 |
| * | Firebird module documentation | Lele Gaifax | 2007-12-14 | 1 | -12/+125 |
| * | Use the external strlen UDF for func.length() under Firebird | Lele Gaifax | 2007-12-13 | 1 | -0/+6 |
| * | Use an external UDF to implement the mod operator under Firebird | Lele Gaifax | 2007-12-12 | 1 | -1/+8 |
| * | Some code-level docs for r3916 | Jason Kirtland | 2007-12-12 | 1 | -0/+5 |
| * | - 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 |