| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 2 | -8/+16 |
| * | - Removed "None" from a connection.execute() in the dialect | Mike Bayer | 2010-02-15 | 1 | -1/+1 |
| * | - backported collate reflection fix from [ticket:1655] | Mike Bayer | 2010-02-10 | 1 | -2/+2 |
| * | Fix #1663 on 0.5.x: the whitespace after DEFAULT may start with a newline | Lele Gaifax | 2010-01-28 | 1 | -2/+3 |
| * | Fix #1582, backporting [6257]: handle spurious spaces reflecting default valu... | Lele Gaifax | 2010-01-22 | 1 | -4/+7 |
| * | clarify shallow copy | Mike Bayer | 2010-01-17 | 1 | -1/+1 |
| * | doc patch from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -0/+26 |
| * | make sure the native pg types work too | Mike Bayer | 2009-12-29 | 1 | -1/+5 |
| * | Recognize more Firebird disconnection cases, fixing #1646 on 0.5.x | Lele Gaifax | 2009-12-29 | 1 | -4/+3 |
| * | - The extract() function, which was slightly improved in | Mike Bayer | 2009-12-29 | 1 | -2/+10 |
| * | - The "table_names" dialect function, used by MetaData | Mike Bayer | 2009-12-26 | 1 | -2/+5 |
| * | - Fixed erroneous reference to "owner" attribute in | Mike Bayer | 2009-12-25 | 1 | -6/+6 |
| * | - sqlite dialect properly generates CREATE INDEX for a table | Mike Bayer | 2009-12-07 | 1 | -0/+23 |
| * | - FBDate now extends Date instead of DateTime. [ticket:1573] | Mike Bayer | 2009-12-06 | 1 | -1/+1 |
| * | - Fixed the behavior of extract() to apply operator | Mike Bayer | 2009-11-15 | 1 | -2/+2 |
| * | - Added support for reflecting the INTERVAL YEAR TO MONTH | Mike Bayer | 2009-11-01 | 1 | -2/+4 |
| * | - Corrected the "has_sequence" query to take current schema, | Mike Bayer | 2009-10-21 | 1 | -6/+27 |
| * | - Changed the name of TrustedConnection to | Mike Bayer | 2009-10-05 | 1 | -2/+2 |
| * | - Added support for reflecting the DOUBLE PRECISION type, | Mike Bayer | 2009-09-30 | 1 | -2/+7 |
| * | - some ordering fixes on DISTINCT for PG 8.4, mysqlrel_0_5_6 | Mike Bayer | 2009-09-12 | 1 | -0/+5 |
| * | backported 0.6 r6084 fix for oracle alias names, [ticket:1309] | Mike Bayer | 2009-07-31 | 1 | -2/+6 |
| * | Corrected annoying deprecation warning on 2.6+ related to mssql and the __new... | Michael Trier | 2009-07-26 | 1 | -2/+2 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -5/+5 |
| * | Fix deprecated usage of on numeric type | Lele Gaifax | 2009-06-23 | 1 | -2/+2 |
| * | - added unit test for exception formatting | Mike Bayer | 2009-05-26 | 1 | -2/+1 |
| * | - Reflecting a FOREIGN KEY construct will take into account | Mike Bayer | 2009-05-17 | 1 | -1/+1 |
| * | Corrected the SQLite SLBoolean type so that it properly treats 1 only as True... | Michael Trier | 2009-05-05 | 1 | -1/+1 |
| * | Modified savepoint logic in mssql to ensure that it does not step on non-save... | Michael Trier | 2009-04-28 | 1 | -8/+4 |
| * | Corrected the sqlite float type so that it properly gets reflected as a SLFlo... | Michael Trier | 2009-04-13 | 1 | -1/+1 |
| * | Added in MSSQL reserved words list. Fixes #1310 | Michael Trier | 2009-04-12 | 1 | -2/+31 |
| * | Added multi part schema name support. Closes #594 and #1341. | Michael Trier | 2009-04-11 | 1 | -0/+5 |
| * | Added indexed to the list of reserved keywords (added in 3.6.4). Fixes #1358. | Michael Trier | 2009-04-04 | 1 | -1/+1 |
| * | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 6 | -1/+75 |
| * | Modified information_schema change to keep it backwards compatible. | Michael Trier | 2009-03-29 | 2 | -72/+251 |
| * | Corrected problem with information schema not working with binary collation o... | Michael Trier | 2009-03-27 | 2 | -197/+77 |
| * | - Fixed SQLite reflection methods so that non-present | Mike Bayer | 2009-03-17 | 1 | -5/+10 |
| * | - Added PGUuid and PGBit types to | Mike Bayer | 2009-03-01 | 1 | -2/+11 |
| * | Corrected issue on mssql where max_identifier_length was not being respected. | Michael Trier | 2009-02-18 | 1 | -1/+2 |
| * | Preliminary support for pymssql 1.0.1 [Ticket:1318] | Rick Morrison | 2009-02-13 | 1 | -1/+8 |
| * | - PG Index reflection won't fail when an index with | Mike Bayer | 2009-02-03 | 1 | -4/+5 |
| * | Correction to reflection fix r5718 to handle Binary / other numeric types. | Michael Trier | 2009-01-23 | 1 | -2/+2 |
| * | mssql: modified table reflection code to use only kwargs when constructing co... | Rick Morrison | 2009-01-23 | 1 | -17/+13 |
| * | Trying one more time to get the decimal handling on mssql right. Closes #1282. | Michael Trier | 2009-01-22 | 1 | -10/+28 |
| * | Restored convert_unicode handling on mssql. Fixes #1291. | Michael Trier | 2009-01-22 | 1 | -3/+0 |
| * | added some missing internal types for reflection, [ticket:1287] | Mike Bayer | 2009-01-20 | 1 | -0/+2 |
| * | Corrected handling of large decimal values on mssql. Added more robust tests. | Michael Trier | 2009-01-17 | 1 | -25/+10 |
| * | happy new year | Mike Bayer | 2009-01-12 | 7 | -7/+7 |
| * | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 2 | -3/+3 |
| * | Corrected SAVEPOINT support on the adodbapi dialect by changing the handling | Michael Trier | 2009-01-11 | 1 | -3/+3 |
| * | Modified the do_begin handling in mssql to use the Cursor not the Connection. | Michael Trier | 2009-01-11 | 1 | -2/+7 |