summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-2/+2
* base supports_native_enum on 8.3 or greaterMike Bayer2010-01-211-2/+9
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-181-0/+4
* statement_options -> execution_optionsMike Bayer2010-01-171-4/+4
* doc updates partially from [ticket:1651]Mike Bayer2010-01-171-3/+22
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-12/+28
* happy new yearMike Bayer2010-01-071-1/+1
* - postgresql dialect can properly detect pg "devel" versionMike Bayer2009-12-291-2/+2
* merge r6591, r6592 from 0.5 branch for PGInterval etc. /extractMike Bayer2009-12-291-0/+4
* - merge r6586 from 0.5 branch, for [ticket:1647]Mike Bayer2009-12-291-1/+9
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-0/+1
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-10/+6
* - changed a few isinstance(value, Decimal) to "is not None", where appropriateGaëtan de Menten2009-11-281-1/+1
* minor speed optimization for PGArray bind & result processorsGaëtan de Menten2009-11-161-14/+22
* merge r6504 from 0.5 plus an enhancement to the unit test, [ticket:1611]Mike Bayer2009-11-151-2/+2
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-154-27/+63
* supports unicode binds in PG too. even without the UNICODE extension it seem...Mike Bayer2009-11-061-1/+2
* - The "start" and "increment" attributes on Sequence nowMike Bayer2009-11-031-6/+0
* - dialect.get_default_schema_name(connection) is nowMike Bayer2009-11-031-5/+5
* - INTERVAL supports an optional "precision" argumentMike Bayer2009-11-011-3/+14
* add "dialect" to the __all__ of each root dialect packageMike Bayer2009-11-011-2/+2
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-262-8/+51
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-2/+8
* - Added new ENUM type to the Postgresql dialect, which exists as a schema-levelMike Bayer2009-10-251-28/+175
* - RETURNING is supported by 8.2+Mike Bayer2009-10-211-3/+8
* - Corrected the "has_sequence" query to take current schema,Mike Bayer2009-10-211-7/+17
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-154-47/+40
* export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ...Mike Bayer2009-10-102-3/+14
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-2/+2
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-111-2/+2
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-312-14/+12
* rename jdbc suffix to zxjdbc, add ReturningParam.__ne__Philip Jenvey2009-08-301-2/+2
* correct the create_engine urlPhilip Jenvey2009-08-261-1/+2
* move postgresql's % escape handling out of basePhilip Jenvey2009-08-114-23/+31
* - simplify MySQLIdentifierPreparer into standard pattern,Mike Bayer2009-08-101-0/+1
* - PG: somewhat better support for % signs in table/column names;Mike Bayer2009-08-091-0/+4
* close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fixMike Bayer2009-08-091-0/+13
* merge 0.6 series to trunk.Mike Bayer2009-08-066-0/+1240