summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-082-8/+16
* - Removed "None" from a connection.execute() in the dialectMike Bayer2010-02-151-1/+1
* - backported collate reflection fix from [ticket:1655]Mike Bayer2010-02-101-2/+2
* Fix #1663 on 0.5.x: the whitespace after DEFAULT may start with a newlineLele Gaifax2010-01-281-2/+3
* Fix #1582, backporting [6257]: handle spurious spaces reflecting default valu...Lele Gaifax2010-01-221-4/+7
* clarify shallow copyMike Bayer2010-01-171-1/+1
* doc patch from [ticket:1651]Mike Bayer2010-01-171-0/+26
* make sure the native pg types work tooMike Bayer2009-12-291-1/+5
* Recognize more Firebird disconnection cases, fixing #1646 on 0.5.xLele Gaifax2009-12-291-4/+3
* - The extract() function, which was slightly improved inMike Bayer2009-12-291-2/+10
* - The "table_names" dialect function, used by MetaDataMike Bayer2009-12-261-2/+5
* - Fixed erroneous reference to "owner" attribute inMike Bayer2009-12-251-6/+6
* - sqlite dialect properly generates CREATE INDEX for a tableMike Bayer2009-12-071-0/+23
* - FBDate now extends Date instead of DateTime. [ticket:1573]Mike Bayer2009-12-061-1/+1
* - Fixed the behavior of extract() to apply operatorMike Bayer2009-11-151-2/+2
* - Added support for reflecting the INTERVAL YEAR TO MONTHMike Bayer2009-11-011-2/+4
* - Corrected the "has_sequence" query to take current schema,Mike Bayer2009-10-211-6/+27
* - Changed the name of TrustedConnection toMike Bayer2009-10-051-2/+2
* - Added support for reflecting the DOUBLE PRECISION type,Mike Bayer2009-09-301-2/+7
* - some ordering fixes on DISTINCT for PG 8.4, mysqlrel_0_5_6Mike Bayer2009-09-121-0/+5
* 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