| Commit message (Expand) | Author | Age | Files | Lines |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 5 | -32/+37 |
| * | - [bug] pyodbc-based dialects now parse the | Mike Bayer | 2011-12-04 | 1 | -1/+1 |
| * | - [bug] repaired the with_hint() feature which | Mike Bayer | 2011-12-03 | 1 | -2/+1 |
| * | emergency rewrite of the psycopg2 unicode section | Mike Bayer | 2011-11-29 | 1 | -24/+30 |
| * | - [feature] Added create_type constructor argument | Mike Bayer | 2011-11-28 | 1 | -1/+82 |
| * | cleanup | Mike Bayer | 2011-11-21 | 1 | -2/+3 |
| * | passes for all three, includes multi col system with mysql | Mike Bayer | 2011-11-21 | 1 | -2/+2 |
| * | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -15/+12 |
| * | - [bug] Unicode adjustments allow latest pymysql | Mike Bayer | 2011-11-02 | 1 | -0/+1 |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -7/+32 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -0/+13 |
| * | - Added client_encoding parameter to create_engine() | Mike Bayer | 2011-10-15 | 1 | -9/+35 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -0/+50 |
| * | - Fixed bug related to [ticket:2141] whereby the | Mike Bayer | 2011-10-05 | 1 | -6/+12 |
| * | undo that change with the _, it doesn't break round trips | Mike Bayer | 2011-10-03 | 1 | -1/+1 |
| * | - a CREATE TABLE will put the COLLATE option | Mike Bayer | 2011-10-03 | 1 | -22/+32 |
| * | - Added "postgresql_using" argument to Index(), produces | Mike Bayer | 2011-10-02 | 1 | -3/+24 |
| * | - The String type now generates VARCHAR2 on Oracle | Mike Bayer | 2011-09-24 | 1 | -9/+24 |
| * | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -1/+28 |
| * | add a document note regarding CAST and the workaround in [ticket:2242] | Mike Bayer | 2011-09-21 | 1 | -0/+29 |
| * | - Fixed ReturningResultProxy for zxjdbc dialect. | Mike Bayer | 2011-09-21 | 1 | -1/+2 |
| * | - Changes to attempt support of FreeTDS 0.91 with | Mike Bayer | 2011-09-18 | 1 | -4/+3 |
| * | - Reflection functions for Table, Sequence no longer | Mike Bayer | 2011-09-09 | 1 | -8/+8 |
| * | undo accidental patch commit | Mike Bayer | 2011-08-18 | 1 | -3/+1 |
| * | document autocommit when using the compiler extension, update the "understand... | Mike Bayer | 2011-08-18 | 1 | -1/+3 |
| * | - Narrowed the assumption made when reflecting | Mike Bayer | 2011-08-09 | 1 | -8/+50 |
| * | - Query will convert an OFFSET of zero when | Mike Bayer | 2011-08-06 | 1 | -2/+2 |
| * | - use itertools.count() plus mutex for Query _new_runid, psycopg2 server | Mike Bayer | 2011-08-06 | 1 | -2/+3 |
| * | link date/time classes correctly, helps [ticket:2244] | Mike Bayer | 2011-08-04 | 1 | -1/+1 |
| * | - SQLite dialect no longer strips quotes | Mike Bayer | 2011-07-28 | 1 | -4/+6 |
| * | - 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 |
| * | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -9/+43 |
| * | - 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 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 2 | -3/+7 |
| * | - document that pysqlite does not share temporary tables | Mike Bayer | 2011-06-29 | 2 | -0/+32 |
| * | - Added ORA-00028 to disconnect codes, use | Mike Bayer | 2011-06-22 | 1 | -1/+5 |
| * | sqlite :memory: works across threads now hooray ! | Mike Bayer | 2011-06-20 | 1 | -24/+42 |
| * | - Accept None from SQLite cursor.fetchone() when | Mike Bayer | 2011-06-04 | 1 | -1/+11 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -12/+17 |
| * | - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0 | Mike Bayer | 2011-05-20 | 1 | -7/+23 |
| * | - Fixed bug in MSSQL dialect whereby the aliasing | Mike Bayer | 2011-05-19 | 1 | -1/+0 |
| * | random cleanup | Mike Bayer | 2011-05-04 | 1 | -1/+2 |
| * | utilize the zxjdbc PostgresqlHandler for better Decimal handling. hopefully | Philip Jenvey | 2011-04-23 | 1 | -1/+18 |
| * | - Fixed the psycopg2_version parsing in the | Mike Bayer | 2011-04-18 | 1 | -2/+5 |
| * | no idea what "auto-commit" means here. some reorg. | Mike Bayer | 2011-04-15 | 1 | -36/+37 |
| * | - Fixed support for precision numerics when using | Mike Bayer | 2011-04-14 | 1 | -1/+7 |
| * | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
| * | - no encoding with arrays | Mike Bayer | 2011-04-08 | 1 | -0/+2 |