summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
Commit message (Expand)AuthorAgeFilesLines
* tweak this some more to handle the array being empty againMike Bayer2013-04-221-0/+11
* - change to [ticket:2681], pre-coerce the array to listMike Bayer2013-04-221-10/+3
* The operators for the Postgresql ARRAY type supportsMike Bayer2013-04-221-60/+106
* - establish ordering here for the hstore repr testMike Bayer2013-04-201-4/+5
* 0.8.1 bump + test, changelog for hstore fix [ticket:2680]Mike Bayer2013-03-181-0/+6
* Added support for Postgresql's traditional SUBSTRINGMike Bayer2013-03-091-0/+8
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-3/+2
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-281-1/+49
* - "postgres_where" has been removedMike Bayer2013-01-161-11/+0
* Fixed bug in :func:`.postgresql.array` construct whereby using itMike Bayer2013-01-021-0/+9
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-25/+0
* HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-2/+4
* Add special containment operation methods for PG array typeAudrius Kažukauskas2012-11-201-12/+69
* another hide from 2to3 testMike Bayer2012-11-181-1/+2
* Fixed a gotcha where inadvertently calling list() on aMike Bayer2012-11-181-1/+2
* - hstore documentation, migrationMike Bayer2012-11-171-3/+37
* - hstore adjustmentsMike Bayer2012-11-171-0/+128
* Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-131-1/+191
* pg and oracle fixesMike Bayer2012-09-301-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-8/+13
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-0/+15
* - genericize the test for ischema_namesMike Bayer2012-09-161-36/+31
* breaking up PGDialect.get_columns, and add PostGIS column reflection testsÉric Lemoine2012-09-121-0/+49
* Add a version test for EnterpriseDBHong Minhee2012-08-311-1/+4
* - [feature] The Query.update() method is nowMike Bayer2012-08-201-0/+3
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-3/+123
* -whitespace bonanza, contdMike Bayer2012-07-281-45/+45
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-0/+50
* adjust some test exclusionsMike Bayer2012-04-241-19/+2
* - [feature] postgresql.ARRAY features an optionalMike Bayer2012-04-241-61/+38
* revert this, bad ideaMike Bayer2012-02-131-12/+0
* - [bug] Fixed the "render literal bind" function,Mike Bayer2012-02-131-0/+12
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-2/+2
* - [feature] Added create_type constructor argumentMike Bayer2011-11-281-0/+18
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-0/+24
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-0/+19
* add a test to confirm alter table of pk column gets reflectedMike Bayer2011-10-041-0/+11
* - Added "postgresql_using" argument to Index(), producesMike Bayer2011-10-021-0/+21
* - Reflection functions for Table, Sequence no longerMike Bayer2011-09-091-0/+27
* this test only runs for PGMike Bayer2011-08-121-0/+2
* - Narrowed the assumption made when reflectingMike Bayer2011-08-091-184/+236
* fix keyword errorMike Bayer2011-07-201-1/+1
* - Added new "postgresql_ops" argument toMike Bayer2011-07-201-0/+22
* - Some unit test fixes regarding numeric arrays,Mike Bayer2011-06-041-1/+5
* - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0Mike Bayer2011-05-201-0/+22
* mark more postgresql+zxjdbc failuresPhilip Jenvey2011-05-111-0/+4
* - split all SS tests into separate + engine per test + close_all() + dispose ...Mike Bayer2011-05-011-33/+55
* update warnings per zxjdbcPhilip Jenvey2011-04-231-0/+9
* - add test for [ticket:2142]Mike Bayer2011-04-231-0/+27
* - Fixed the psycopg2_version parsing in theMike Bayer2011-04-181-0/+6