summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-8/+8
* this locale is not needed. maybe it is somewhere but the locale I have ("C"...Mike Bayer2013-06-221-13/+9
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-221-1/+329
|\
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-1/+49
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-1/+159
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-1/+123
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+10
|/
* - repair for py3kMike Bayer2013-05-291-2/+2
* hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-0/+25
* postgresql testsMike Bayer2013-05-261-6/+6
* Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-0/+1
|\
| * Add missing import that caused test_notice_logging to fail if this suite was ...Chris Withers2013-05-261-0/+1
* | postgresql dialect testsMike Bayer2013-04-281-29/+30
* | - the raw 2to3 runMike Bayer2013-04-271-22/+22
|/
* 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