summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
Commit message (Expand)AuthorAgeFilesLines
...
* - query.with_parent() now accepts transient objectsMike Bayer2010-09-061-1/+1
* - Fixed the psycopg2 dialect to use itsMike Bayer2010-08-101-0/+14
* test/dialectMike Bayer2010-07-111-908/+936
* - Won't generate "CREATE TYPE" / "DROP TYPE" ifMike Bayer2010-06-251-0/+44
* - fixed numeric test for pg8000, factored out decimal/float codesMike Bayer2010-04-091-4/+5
* - Repaired missing import in psycopg2._PGNumeric type whenMike Bayer2010-04-071-3/+26
* - Postgresql now reflects sequence names associated withMike Bayer2010-04-061-0/+29
* clarify this testMike Bayer2010-03-261-5/+24
* - the TIME and TIMESTAMP types are now availble from theMike Bayer2010-03-261-1/+48
* - The psycopg2 dialect will log NOTICE messages via theMike Bayer2010-03-251-4/+24
* - The official name for the relation() function is nowMike Bayer2010-03-171-1/+1
* base tests passMike Bayer2010-03-091-1/+1
* - the "scale" argument of the Numeric() type is honored whenMike Bayer2010-02-261-11/+3
* fix unicode warningsMike Bayer2010-02-261-4/+4
* Match tests have been completely wrong.Michael Trier2010-02-261-2/+2
* - The assert_unicode flag is deprecated. SQLAlchemy will raiseMike Bayer2010-02-251-1/+1
* The pypostgresql has a problem coercing an array during concatination. Exclud...Michael Trier2010-02-231-0/+3
* Work around py-postgresql handling of exceptions.Michael Trier2010-02-231-1/+3
* Changed the py-postgresql dialect to indicate that it is using the pyformat p...Michael Trier2010-02-231-0/+1
* pg8000 doesn't seem to support this eitherMike Bayer2010-02-151-1/+4
* some more 2.4 test fixesMike Bayer2010-02-151-1/+2
* - The type/expression system now does a more complete jobMike Bayer2010-02-111-0/+1
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-1/+9
* not applicable to zxjdbcPhilip Jenvey2010-01-221-0/+1
* statement_options -> execution_optionsMike Bayer2010-01-171-6/+6
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-0/+72
* fixed DDL quoting with literal strings that have ' [ticket:1640]Mike Bayer2010-01-031-0/+7
* - postgresql dialect can properly detect pg "devel" versionMike Bayer2009-12-291-1/+19
* merge r6591, r6592 from 0.5 branch for PGInterval etc. /extractMike Bayer2009-12-291-2/+9
* - merge r6586 from 0.5 branch, for [ticket:1647]Mike Bayer2009-12-291-13/+60
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-5/+6
* typoMike Bayer2009-11-241-1/+1
* test fails on zxjdbcMike Bayer2009-11-241-0/+1
* merge r6504 from 0.5 plus an enhancement to the unit test, [ticket:1611]Mike Bayer2009-11-151-1/+20
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-0/+61
* - INTERVAL supports an optional "precision" argumentMike Bayer2009-11-011-4/+23
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-2/+2
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-0/+19
* well great nobody even supports PG enum.Mike Bayer2009-10-251-1/+13
* - Added new ENUM type to the Postgresql dialect, which exists as a schema-levelMike Bayer2009-10-251-0/+138
* added a test for #1085Mike Bayer2009-09-301-2/+4
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-311-0/+22
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+1237