summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug related to [ticket:2141] whereby theMike Bayer2011-10-051-0/+10
* - Some unit test fixes regarding numeric arrays,Mike Bayer2011-06-041-1/+5
* - Fixed bug affecting PG 9 whereby index reflectionMike Bayer2011-05-201-2/+21
* - add failing test for [ticket:2142]Mike Bayer2011-04-231-0/+27
* - Fixed the BIT type to allow a "length" parameter, "varying"Mike Bayer2011-03-161-26/+53
* Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+10
* - When explicit sequence execution derives the nameMike Bayer2011-02-041-1/+19
* -whitespace removal bonanzaMike Bayer2011-01-021-55/+55
* - Fixed bug whereby KeyError would occur with non-ENUMMike Bayer2010-11-301-0/+18
* - Fixed operator precedence rules for multipleMike Bayer2010-11-251-0/+31
* skip on 2.4Mike Bayer2010-11-181-0/+2
* - Added as_uuid=True flag to the UUID type, will receiveMike Bayer2010-11-181-0/+58
* - Ensured every numeric, float, int code, scalar + array,Mike Bayer2010-11-181-0/+18
* - Fixed bug which prevented "domain" built from aMike Bayer2010-10-201-3/+20
* - Added "as_tuple" flag to pg ARRAY type, returns resultsMike Bayer2010-10-201-6/+40
* - 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