summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* - Keep reflected strings in the connection encoding, not unicode. For now.Jason Kirtland2007-07-121-10/+7
* dont cache reflected domains, lookup each timeMike Bayer2007-07-121-4/+1
* - Patch up MySQL reflection issues with old server versions, alpha drivers,Jason Kirtland2007-07-121-59/+98
* mssql: preliminary support for using scope_identity() with pyodbcPaul Johnston2007-07-111-1/+25
* mssql now able to reflect start and increment values for identity columnsPaul Johnston2007-07-111-6/+15
* Fix port option handling for mssql/pyodbc [ticket:634]Rick Morrison2007-07-091-2/+5
* postgres:Mike Bayer2007-06-291-4/+68
* 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-262-0/+8
* - added dialect flag "auto_convert_lobs", defaults to True; will cause anyMike Bayer2007-06-221-4/+17
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-173-10/+14
* - datetime fixes: got subsecond TIMESTAMP to work [ticket:604],Mike Bayer2007-06-171-2/+14
* - sqlite better handles datetime/date/time objects mixed and matchedMike Bayer2007-06-171-6/+15
* test case for oracle timestamp adaptionMike Bayer2007-06-161-5/+5
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-131-22/+65
* - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601Jason Kirtland2007-06-131-1/+2
* (no commit message)Rick Morrison2007-06-061-0/+3
* - 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
* include current versions in warning messages. simplify sqlite_ver test; if a...Jonathan Ellis2007-06-011-3/+3
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-20/+28
* - some execution fixesMike Bayer2007-05-301-13/+5
* - 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
* - DB connection urls for tests can now be loaded from a configuration fileJason Kirtland2007-05-251-0/+1
* turned off supports_sane_rowcount until someone wants to fix #370Mike Bayer2007-05-251-1/+1
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-2/+7
* - set max identifier length to 31Mike Bayer2007-05-081-0/+3
* - 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
* - mssql: replace "select @@identity" with "select @@scope_identity". Should h...Rick Morrison2007-04-291-6/+28
* 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
* fix for dbapi() method to be classmethod #546Mike Bayer2007-04-221-3/+5
* - informix support added ! courtesy James ZhangMike Bayer2007-04-212-1/+511
* - converted logger.warn() to warnings.warn()Mike Bayer2007-04-212-4/+11
* - Promoted mysql's dburl query string helper to util + fixedJason Kirtland2007-04-192-11/+18
* added "is_disconnect()" for firebirdMike Bayer2007-04-181-0/+6
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-176-48/+60
* - got unicode schemas to work with postgresMike Bayer2007-04-153-13/+22
* - small fix to allow successive compiles of the same SELECT objectMike Bayer2007-04-131-3/+10
* - some cleanup of reflection unit testsMike Bayer2007-04-041-3/+0
* explicit zero was failing for float colsRick Morrison2007-04-041-1/+3
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-033-29/+18
* - merged the patch from #516 + fixesMike Bayer2007-04-023-14/+40
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-026-317/+238
* latest #214 fixupsMike Bayer2007-03-312-2/+2