| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged lower case caching, fetching from r2955 | Jason Kirtland | 2007-07-20 | 1 | -20/+50 |
* | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 1 | -9/+18 |
* | Minor cleanups. | Jason Kirtland | 2007-07-17 | 1 | -6/+6 |
* | Be specfic when detecting "no table" exceptions. | Jason Kirtland | 2007-07-17 | 1 | -4/+5 |
* | - Added basic schema reflection coverage to main tests | Jason Kirtland | 2007-07-17 | 1 | -4/+14 |
* | Refinement for r2890, column names should remain unicode. | Jason Kirtland | 2007-07-13 | 1 | -0/+3 |
* | - Keep reflected strings in the connection encoding, not unicode. For now. | Jason Kirtland | 2007-07-12 | 1 | -10/+7 |
* | - Patch up MySQL reflection issues with old server versions, alpha drivers, | Jason Kirtland | 2007-07-12 | 1 | -59/+98 |
* | 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 | 1 | -0/+6 |
* | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -2/+3 |
* | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -1/+2 |
* | - 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 |
* | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 1 | -20/+28 |
* | - 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 |
* | - 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 |
* | 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 |
* | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 1 | -10/+8 |
* | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -3/+5 |
* | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -8/+14 |
* | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -5/+2 |
* | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -14/+11 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -29/+21 |
* | - added explicit MSTimeStamp type which takes effect when using | Mike Bayer | 2007-03-22 | 1 | -1/+7 |
* | - added db modules to genned docstrings | Mike Bayer | 2007-03-18 | 1 | -7/+2 |
* | - added a catchall **kwargs to MSString, to help reflection of | Mike Bayer | 2007-03-16 | 1 | -1/+1 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -16/+40 |
* | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -2/+4 |
* | - fix to reflection on older DB's that might return array() type for | Mike Bayer | 2007-01-25 | 1 | -1/+6 |
* | - mysql table create options work on a generic passthru now, i.e. Table(..., ... | Mike Bayer | 2007-01-20 | 1 | -5/+6 |
* | - mysql is inconsistent with what kinds of quotes it uses in foreign keys dur... | Mike Bayer | 2007-01-12 | 1 | -3/+3 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | fixed the raise for mysql to re-raise the errorrel_0_3_3 | Mike Bayer | 2006-12-15 | 1 | -2/+2 |
* | fix to the fix for [ticket:396] plus a unit test | Mike Bayer | 2006-12-15 | 1 | -3/+5 |
* | - patch that makes MySQL rowcount work correctly! [ticket:396] | Mike Bayer | 2006-12-13 | 1 | -1/+7 |
* | - MySQL bool type fix: [ticket:307] | Mike Bayer | 2006-12-09 | 1 | -0/+1 |
* | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 1 | -1/+4 |
* | - MySQL detects errors 2006 (server has gone away) and 2014 | Mike Bayer | 2006-12-08 | 1 | -0/+16 |
* | reflect from table.fullname for schema support | Mike Bayer | 2006-11-13 | 1 | -2/+2 |
* | - MySQL catches exception on "describe" and reports as NoSuchTableError | Mike Bayer | 2006-10-24 | 1 | -1/+4 |
* | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 1 | -0/+3 |
* | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -2/+2 |