summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mysql.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merged lower case caching, fetching from r2955Jason Kirtland2007-07-201-20/+50
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-191-9/+18
* Minor cleanups.Jason Kirtland2007-07-171-6/+6
* Be specfic when detecting "no table" exceptions.Jason Kirtland2007-07-171-4/+5
* - Added basic schema reflection coverage to main testsJason Kirtland2007-07-171-4/+14
* Refinement for r2890, column names should remain unicode.Jason Kirtland2007-07-131-0/+3
* - Keep reflected strings in the connection encoding, not unicode. For now.Jason Kirtland2007-07-121-10/+7
* - Patch up MySQL reflection issues with old server versions, alpha drivers,Jason Kirtland2007-07-121-59/+98
* some errors of droppedm mysql connections weren't being caught by the disconn...Ants Aasma2007-06-271-1/+1
* fix #624, modulo operator escaping on mysql and postgresAnts Aasma2007-06-261-0/+6
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-171-2/+3
* - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601Jason Kirtland2007-06-131-1/+2
* - Rearrange placement of 'fields' (mysql 4.1 reserved word) so that itJason Kirtland2007-06-051-3/+5
* - added 'fields' to reserved words [ticket:590]Mike Bayer2007-06-051-1/+1
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-20/+28
* - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount)Jason Kirtland2007-05-251-0/+2
* - Coerce 'local_infile' mysql connect argument into an intJason Kirtland2007-05-251-2/+3
* - Nearly all MySQL column types are now supported for declaration andJason Kirtland2007-05-251-49/+593
* - Expanded on the MySQL ENUM 'strict' documentation a little bit.Jason Kirtland2007-05-021-1/+4
* - MySQL ENUM types can now optionally ensure that values are within theJason Kirtland2007-05-021-5/+56
* - allow MySQL column-level CHARACTER SET and COLLATE, plus shortcuts likeJason Kirtland2007-05-011-72/+162
* - mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptionsMike Bayer2007-04-291-5/+18
* fixed casing of SET clauseMike Bayer2007-04-261-1/+1
* - support for SSL arguments given as inline within URL query string,Mike Bayer2007-04-221-3/+13
* - Promoted mysql's dburl query string helper to util + fixedJason Kirtland2007-04-191-10/+8
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-3/+5
* - got unicode schemas to work with postgresMike Bayer2007-04-151-8/+14
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-5/+2
* - merged the patch from #516 + fixesMike Bayer2007-04-021-14/+11
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-29/+21
* - added explicit MSTimeStamp type which takes effect when usingMike Bayer2007-03-221-1/+7
* - added db modules to genned docstringsMike Bayer2007-03-181-7/+2
* - added a catchall **kwargs to MSString, to help reflection ofMike Bayer2007-03-161-1/+1
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-16/+40
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-1/+1
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-2/+4
* - fix to reflection on older DB's that might return array() type forMike Bayer2007-01-251-1/+6
* - mysql table create options work on a generic passthru now, i.e. Table(..., ...Mike Bayer2007-01-201-5/+6
* - mysql is inconsistent with what kinds of quotes it uses in foreign keys dur...Mike Bayer2007-01-121-3/+3
* copyright updateMike Bayer2007-01-051-1/+1
* fixed the raise for mysql to re-raise the errorrel_0_3_3Mike Bayer2006-12-151-2/+2
* fix to the fix for [ticket:396] plus a unit testMike Bayer2006-12-151-3/+5
* - patch that makes MySQL rowcount work correctly! [ticket:396]Mike Bayer2006-12-131-1/+7
* - MySQL bool type fix: [ticket:307]Mike Bayer2006-12-091-0/+1
* - support for None as precision/length in numeric types for postgres, sqlite,...Mike Bayer2006-12-091-1/+4
* - MySQL detects errors 2006 (server has gone away) and 2014Mike Bayer2006-12-081-0/+16
* reflect from table.fullname for schema supportMike Bayer2006-11-131-2/+2
* - MySQL catches exception on "describe" and reports as NoSuchTableErrorMike Bayer2006-10-241-1/+4
* - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign keyMike Bayer2006-10-151-0/+3
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-2/+2