| Commit message (Expand) | Author | Age | Files | Lines |
| * | some fixes to get PG on board | Mike Bayer | 2010-12-14 | 1 | -11/+18 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+4 |
| |\ |
|
| | * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| * | | - the "mutable" flag on PickleType, postgresql.ARRAY is now off | Mike Bayer | 2010-11-28 | 1 | -12/+13 |
| * | | merge tip | Mike Bayer | 2010-11-18 | 1 | -4/+65 |
| |\ \
| |/ |
|
| | * | - 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 | 1 | -2/+2 |
| * | | merge tip | Mike Bayer | 2010-11-14 | 1 | -23/+47 |
| |\ \
| |/ |
|
| | * | - Fixed bug which prevented "domain" built from a | Mike Bayer | 2010-10-20 | 1 | -16/+20 |
| | * | - Added "as_tuple" flag to pg ARRAY type, returns results | Mike Bayer | 2010-10-20 | 1 | -7/+27 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -2/+2 |
| |/ |
|
| * | - Fixed the psycopg2 dialect to use its | Mike Bayer | 2010-08-10 | 1 | -4/+5 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 1 | -121/+192 |
| * | - Won't generate "CREATE TYPE" / "DROP TYPE" if | Mike Bayer | 2010-06-25 | 1 | -0/+6 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -2/+16 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -1/+1 |
| * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 1 | -0/+8 |
| * | added detailed documentation regarding ORM performance in conjunction with mu... | Mike Bayer | 2010-04-18 | 1 | -0/+9 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -0/+21 |
| * | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 1 | -0/+4 |
| * | - Postgresql now reflects sequence names associated with | Mike Bayer | 2010-04-06 | 1 | -3/+6 |
| * | - the TIME and TIMESTAMP types are now availble from the | Mike Bayer | 2010-03-26 | 1 | -28/+53 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -13/+11 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -14/+12 |
| * | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -3/+10 |
| * | - 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 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -3/+22 |
| * | 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 |
| * | 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 | 1 | -2/+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 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 1 | -3/+11 |
| * | - 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 | 1 | -35/+34 |
| * | export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ... | Mike Bayer | 2009-10-10 | 1 | -2/+2 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -2/+2 |