| Commit message (Expand) | Author | Age | Files | Lines |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -2/+2 |
| * | base supports_native_enum on 8.3 or greater | Mike Bayer | 2010-01-21 | 1 | -2/+9 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 1 | -0/+4 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -4/+4 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -3/+22 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -12/+28 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - postgresql dialect can properly detect pg "devel" version | Mike Bayer | 2009-12-29 | 1 | -2/+2 |
| * | merge r6591, r6592 from 0.5 branch for PGInterval etc. /extract | Mike Bayer | 2009-12-29 | 1 | -0/+4 |
| * | - merge r6586 from 0.5 branch, for [ticket:1647] | Mike Bayer | 2009-12-29 | 1 | -1/+9 |
| * | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -0/+1 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -10/+6 |
| * | - changed a few isinstance(value, Decimal) to "is not None", where appropriate | Gaëtan de Menten | 2009-11-28 | 1 | -1/+1 |
| * | minor speed optimization for PGArray bind & result processors | Gaëtan de Menten | 2009-11-16 | 1 | -14/+22 |
| * | merge r6504 from 0.5 plus an enhancement to the unit test, [ticket:1611] | Mike Bayer | 2009-11-15 | 1 | -2/+2 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 4 | -27/+63 |
| * | supports unicode binds in PG too. even without the UNICODE extension it seem... | Mike Bayer | 2009-11-06 | 1 | -1/+2 |
| * | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -6/+0 |
| * | - dialect.get_default_schema_name(connection) is now | Mike Bayer | 2009-11-03 | 1 | -5/+5 |
| * | - INTERVAL supports an optional "precision" argument | Mike Bayer | 2009-11-01 | 1 | -3/+14 |
| * | add "dialect" to the __all__ of each root dialect package | Mike Bayer | 2009-11-01 | 1 | -2/+2 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 2 | -8/+51 |
| * | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -2/+8 |
| * | - Added new ENUM type to the Postgresql dialect, which exists as a schema-level | Mike Bayer | 2009-10-25 | 1 | -28/+175 |
| * | - RETURNING is supported by 8.2+ | Mike Bayer | 2009-10-21 | 1 | -3/+8 |
| * | - Corrected the "has_sequence" query to take current schema, | Mike Bayer | 2009-10-21 | 1 | -7/+17 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 4 | -47/+40 |
| * | export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ... | Mike Bayer | 2009-10-10 | 2 | -3/+14 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -2/+2 |
| * | close cursors: mostly fetchone -> first | Philip Jenvey | 2009-09-11 | 1 | -2/+2 |
| * | - Inserting NULL into a primary key + foreign key column | Mike Bayer | 2009-08-31 | 2 | -14/+12 |
| * | rename jdbc suffix to zxjdbc, add ReturningParam.__ne__ | Philip Jenvey | 2009-08-30 | 1 | -2/+2 |
| * | correct the create_engine url | Philip Jenvey | 2009-08-26 | 1 | -1/+2 |
| * | move postgresql's % escape handling out of base | Philip Jenvey | 2009-08-11 | 4 | -23/+31 |
| * | - simplify MySQLIdentifierPreparer into standard pattern, | Mike Bayer | 2009-08-10 | 1 | -0/+1 |
| * | - PG: somewhat better support for % signs in table/column names; | Mike Bayer | 2009-08-09 | 1 | -0/+4 |
| * | close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fix | Mike Bayer | 2009-08-09 | 1 | -0/+13 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 6 | -0/+1240 |