| Commit message (Expand) | Author | Age | Files | Lines |
| * | - update mysql connector python links, #2938rel_0_6 | Mike Bayer | 2014-02-18 | 1 | -1/+2 |
| * | - merge udpated sql_mode documentation for [ticket:1552] | Mike Bayer | 2013-04-29 | 1 | -58/+28 |
| * | pysqlite doc update | Mike Bayer | 2012-08-30 | 1 | -29/+41 |
| * | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 1 | -0/+17 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 3 | -9/+19 |
| * | copyright | Mike Bayer | 2012-05-05 | 42 | -42/+42 |
| * | backport [ticket:2269] fix from 0.7 | Mike Bayer | 2011-12-06 | 1 | -2/+9 |
| * | - Fixed bug related to [ticket:2141] whereby the | Mike Bayer | 2011-10-05 | 1 | -6/+12 |
| * | - a CREATE TABLE will put the COLLATE option | Mike Bayer | 2011-10-03 | 1 | -20/+30 |
| * | rollback r990939ba046a, does not apply to 0.6 | Mike Bayer | 2011-09-21 | 1 | -2/+1 |
| * | - Fixed ReturningResultProxy for zxjdbc dialect. | Mike Bayer | 2011-09-21 | 1 | -1/+2 |
| * | link date/time classes correctly, helps [ticket:2244] | Mike Bayer | 2011-08-04 | 1 | -1/+1 |
| * | - added CURRENT to reserved word list. | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - Fixed OurSQL dialect to use ansi-neutral | Mike Bayer | 2011-07-24 | 1 | -6/+7 |
| * | - repaired the oracle.RAW type which did not | Mike Bayer | 2011-07-19 | 1 | -3/+6 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -1/+1 |
| * | - Added ORA-00028 to disconnect codes, use | Mike Bayer | 2011-06-22 | 1 | -1/+5 |
| * | - Fixed bug whereby DATETIME2 type would fail on | Mike Bayer | 2011-06-05 | 1 | -0/+1 |
| * | - Fixed bug affecting PG 9 whereby index reflection | Mike Bayer | 2011-05-20 | 1 | -7/+23 |
| * | - Fixed bug in MSSQL dialect whereby the aliasing | Mike Bayer | 2011-05-19 | 1 | -1/+0 |
| * | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -8/+31 |
| * | - add a note about snapshot isolation [ticket:2078] | Mike Bayer | 2011-03-27 | 1 | -0/+17 |
| * | - Documented SQLite DATE/TIME/DATETIME types. | Mike Bayer | 2011-03-27 | 1 | -1/+101 |
| * | - Using column names that would require quotes | Mike Bayer | 2011-03-27 | 1 | -2/+7 |
| * | - Rewrote the query used to get the definition of a view, | Mike Bayer | 2011-03-16 | 1 | -10/+21 |
| * | - Firebird - the "implicit_returning" flag on create_engine() is | Mike Bayer | 2011-03-16 | 1 | -3/+3 |
| * | - Fixed the BIT type to allow a "length" parameter, "varying" | Mike Bayer | 2011-03-16 | 1 | -2/+25 |
| * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 2 | -0/+144 |
| * | - oursql dialect accepts the same "ssl" arguments in | Mike Bayer | 2011-02-10 | 1 | -0/+10 |
| * | - Added an additional libpq message to the list of "disconnect" | Mike Bayer | 2011-02-09 | 1 | -3/+11 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -5/+14 |
| * | port rb28ffd5e1fb9 from tip | Mike Bayer | 2011-01-18 | 2 | -6/+60 |
| * | crappy docs, lets try that againrel_0_6_6 | Mike Bayer | 2011-01-08 | 1 | -4/+5 |
| * | - document implicit_returning feature on create_engine() | Mike Bayer | 2011-01-08 | 1 | -0/+26 |
| * | - adjustment to r5af852db0056 to allow correct decimal import | Mike Bayer | 2011-01-03 | 1 | -1/+1 |
| * | - Firebird numeric type now checks for Decimal explicitly, | Mike Bayer | 2011-01-03 | 2 | -3/+4 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 31 | -473/+473 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 45 | -21/+225 |
| * | - fix mssql index bug, regression post 0.6.4 | Mike Bayer | 2010-12-15 | 1 | -11/+18 |
| * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| * | - Added as_uuid=True flag to the UUID type, will receive | Mike Bayer | 2010-11-18 | 1 | -2/+63 |
| * | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 3 | -17/+24 |
| * | - The cx_oracle "decimal detection" logic, which takes place | Mike Bayer | 2010-11-18 | 1 | -15/+108 |
| * | - On the same theme, the REFERENCES clause in a CREATE TABLE | Mike Bayer | 2010-11-12 | 1 | -1/+11 |
| * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -0/+4 |
| * | - mysql | Mike Bayer | 2010-11-03 | 1 | -1/+1 |
| * | - mssql+pymssql dialect now honors the "port" portion | Mike Bayer | 2010-10-24 | 1 | -2/+4 |
| * | - Rewrote the reflection of indexes to use sys. | Mike Bayer | 2010-10-23 | 2 | -15/+48 |
| * | - Oracle - the implicit_retunring argument to create_engine() | Mike Bayer | 2010-10-23 | 1 | -3/+5 |