| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Keep reflected strings in the connection encoding, not unicode. For now. | Jason Kirtland | 2007-07-12 | 1 | -10/+7 |
| * | dont cache reflected domains, lookup each time | Mike Bayer | 2007-07-12 | 1 | -4/+1 |
| * | - Patch up MySQL reflection issues with old server versions, alpha drivers, | Jason Kirtland | 2007-07-12 | 1 | -59/+98 |
| * | mssql: preliminary support for using scope_identity() with pyodbc | Paul Johnston | 2007-07-11 | 1 | -1/+25 |
| * | mssql now able to reflect start and increment values for identity columns | Paul Johnston | 2007-07-11 | 1 | -6/+15 |
| * | Fix port option handling for mssql/pyodbc [ticket:634] | Rick Morrison | 2007-07-09 | 1 | -2/+5 |
| * | postgres: | Mike Bayer | 2007-06-29 | 1 | -4/+68 |
| * | some errors of droppedm mysql connections weren't being caught by the disconn... | Ants Aasma | 2007-06-27 | 1 | -1/+1 |
| * | fix #624, modulo operator escaping on mysql and postgres | Ants Aasma | 2007-06-26 | 2 | -0/+8 |
| * | - added dialect flag "auto_convert_lobs", defaults to True; will cause any | Mike Bayer | 2007-06-22 | 1 | -4/+17 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 3 | -10/+14 |
| * | - datetime fixes: got subsecond TIMESTAMP to work [ticket:604], | Mike Bayer | 2007-06-17 | 1 | -2/+14 |
| * | - sqlite better handles datetime/date/time objects mixed and matched | Mike Bayer | 2007-06-17 | 1 | -6/+15 |
| * | test case for oracle timestamp adaption | Mike Bayer | 2007-06-16 | 1 | -5/+5 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 1 | -22/+65 |
| * | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -1/+2 |
| * | (no commit message) | Rick Morrison | 2007-06-06 | 1 | -0/+3 |
| * | - Rearrange placement of 'fields' (mysql 4.1 reserved word) so that it | Jason Kirtland | 2007-06-05 | 1 | -3/+5 |
| * | - added 'fields' to reserved words [ticket:590] | Mike Bayer | 2007-06-05 | 1 | -1/+1 |
| * | include current versions in warning messages. simplify sqlite_ver test; if a... | Jonathan Ellis | 2007-06-01 | 1 | -3/+3 |
| * | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 1 | -20/+28 |
| * | - some execution fixes | Mike Bayer | 2007-05-30 | 1 | -13/+5 |
| * | - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount) | Jason Kirtland | 2007-05-25 | 1 | -0/+2 |
| * | - Coerce 'local_infile' mysql connect argument into an int | Jason Kirtland | 2007-05-25 | 1 | -2/+3 |
| * | - Nearly all MySQL column types are now supported for declaration and | Jason Kirtland | 2007-05-25 | 1 | -49/+593 |
| * | - DB connection urls for tests can now be loaded from a configuration file | Jason Kirtland | 2007-05-25 | 1 | -0/+1 |
| * | turned off supports_sane_rowcount until someone wants to fix #370 | Mike Bayer | 2007-05-25 | 1 | -1/+1 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 1 | -2/+7 |
| * | - set max identifier length to 31 | Mike Bayer | 2007-05-08 | 1 | -0/+3 |
| * | - Expanded on the MySQL ENUM 'strict' documentation a little bit. | Jason Kirtland | 2007-05-02 | 1 | -1/+4 |
| * | - MySQL ENUM types can now optionally ensure that values are within the | Jason Kirtland | 2007-05-02 | 1 | -5/+56 |
| * | - allow MySQL column-level CHARACTER SET and COLLATE, plus shortcuts like | Jason Kirtland | 2007-05-01 | 1 | -72/+162 |
| * | - mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions | Mike Bayer | 2007-04-29 | 1 | -5/+18 |
| * | - mssql: replace "select @@identity" with "select @@scope_identity". Should h... | Rick Morrison | 2007-04-29 | 1 | -6/+28 |
| * | fixed casing of SET clause | Mike Bayer | 2007-04-26 | 1 | -1/+1 |
| * | - support for SSL arguments given as inline within URL query string, | Mike Bayer | 2007-04-22 | 1 | -3/+13 |
| * | fix for dbapi() method to be classmethod #546 | Mike Bayer | 2007-04-22 | 1 | -3/+5 |
| * | - informix support added ! courtesy James Zhang | Mike Bayer | 2007-04-21 | 2 | -1/+511 |
| * | - converted logger.warn() to warnings.warn() | Mike Bayer | 2007-04-21 | 2 | -4/+11 |
| * | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 2 | -11/+18 |
| * | added "is_disconnect()" for firebird | Mike Bayer | 2007-04-18 | 1 | -0/+6 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 6 | -48/+60 |
| * | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 3 | -13/+22 |
| * | - small fix to allow successive compiles of the same SELECT object | Mike Bayer | 2007-04-13 | 1 | -3/+10 |
| * | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 1 | -3/+0 |
| * | explicit zero was failing for float cols | Rick Morrison | 2007-04-04 | 1 | -1/+3 |
| * | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 3 | -29/+18 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 3 | -14/+40 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 6 | -317/+238 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 2 | -2/+2 |