summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-1/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - remove drizzle dialectMike Bayer2014-05-301-2/+0
* - happy new yearMike Bayer2014-01-051-1/+1
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-2/+0
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - errant maxdbMike Bayer2012-10-191-2/+0
* - [feature] the MS Access dialect has beenMike Bayer2012-09-301-2/+0
* - absolute imports in connectors, databasesMike Bayer2012-06-231-11/+11
* happy new yearMike Bayer2012-01-041-1/+1
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+2
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - idle 78-char adjustmentsMike Bayer2010-07-031-1/+6
* happy new yearMike Bayer2010-01-071-1/+1
* add a warning for unported dialects. considered a full blown NotImplemented...Mike Bayer2009-12-061-2/+0
* merge 0.6 series to trunk.Mike Bayer2009-08-0613-10875/+16
* backported 0.6 r6084 fix for oracle alias names, [ticket:1309]Mike Bayer2009-07-311-2/+6
* Corrected annoying deprecation warning on 2.6+ related to mssql and the __new...Michael Trier2009-07-261-2/+2
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-5/+5
* Fix deprecated usage of on numeric typeLele Gaifax2009-06-231-2/+2
* - added unit test for exception formattingMike Bayer2009-05-261-2/+1
* - Reflecting a FOREIGN KEY construct will take into accountMike Bayer2009-05-171-1/+1
* Corrected the SQLite SLBoolean type so that it properly treats 1 only as True...Michael Trier2009-05-051-1/+1
* Modified savepoint logic in mssql to ensure that it does not step on non-save...Michael Trier2009-04-281-8/+4
* Corrected the sqlite float type so that it properly gets reflected as a SLFlo...Michael Trier2009-04-131-1/+1
* Added in MSSQL reserved words list. Fixes #1310Michael Trier2009-04-121-2/+31
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-111-0/+5
* Added indexed to the list of reserved keywords (added in 3.6.4). Fixes #1358.Michael Trier2009-04-041-1/+1
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-306-1/+75
* Modified information_schema change to keep it backwards compatible.Michael Trier2009-03-292-72/+251
* Corrected problem with information schema not working with binary collation o...Michael Trier2009-03-272-197/+77
* - Fixed SQLite reflection methods so that non-presentMike Bayer2009-03-171-5/+10
* - Added PGUuid and PGBit types toMike Bayer2009-03-011-2/+11
* Corrected issue on mssql where max_identifier_length was not being respected.Michael Trier2009-02-181-1/+2
* Preliminary support for pymssql 1.0.1 [Ticket:1318]Rick Morrison2009-02-131-1/+8
* - PG Index reflection won't fail when an index withMike Bayer2009-02-031-4/+5
* Correction to reflection fix r5718 to handle Binary / other numeric types.Michael Trier2009-01-231-2/+2
* mssql: modified table reflection code to use only kwargs when constructing co...Rick Morrison2009-01-231-17/+13
* Trying one more time to get the decimal handling on mssql right. Closes #1282.Michael Trier2009-01-221-10/+28
* Restored convert_unicode handling on mssql. Fixes #1291.Michael Trier2009-01-221-3/+0
* added some missing internal types for reflection, [ticket:1287]Mike Bayer2009-01-201-0/+2
* Corrected handling of large decimal values on mssql. Added more robust tests.Michael Trier2009-01-171-25/+10
* happy new yearMike Bayer2009-01-127-7/+7
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-112-3/+3
* Corrected SAVEPOINT support on the adodbapi dialect by changing the handlingMichael Trier2009-01-111-3/+3
* Modified the do_begin handling in mssql to use the Cursor not the Connection.Michael Trier2009-01-111-2/+7
* Added the missing keywords from MySQL 4.1 so they get escaped properly.Ants Aasma2009-01-081-1/+1