summaryrefslogtreecommitdiff
path: root/test/dialect/postgres.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1025/+0
* - added unit test for exception formattingMike Bayer2009-05-261-0/+2
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+12
* - Added PGUuid and PGBit types toMike Bayer2009-03-011-5/+58
* - PG Index reflection won't fail when an index withMike Bayer2009-02-031-1/+10
* more session updatesMike Bayer2009-01-171-6/+6
* - Added Index reflection support to Postgres, using aMike Bayer2008-12-231-0/+48
* remove errant pdb.set_trace()Mike Bayer2008-11-111-3/+0
* Quashed import sets deprecation warning on 2.6.. not wild about this but it s...Jason Kirtland2008-11-101-1/+3
* Tiny fix to test setup logic.Jason Kirtland2008-11-041-6/+7
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+75
* test coverage for server side statement detectionMike Bayer2008-06-171-0/+10
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-30/+30
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-6/+6
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-1/+32
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-1/+25
* unit test for mutable PGArray, thanks to AlexB !!!Mike Bayer2008-03-041-0/+42
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-0/+10
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-8/+8
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-38/+39
* test suite deprecation rampageJason Kirtland2008-01-091-4/+4
* fix not calling the result processor of PGArray subtypes. (a rather embarrasi...Ants Aasma2008-01-031-1/+10
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-105/+86
* - named_with_column becomes an attributeMike Bayer2007-11-251-0/+3
* a typo on postgres returning test version check - change <8.4 -> <8.2Ants Aasma2007-10-061-2/+2
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-0/+87
* - added partial index support for postgresAnts Aasma2007-09-291-0/+14
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-221-0/+12
* - got all examples workingMike Bayer2007-09-011-4/+2
* - merged inline inserts branchMike Bayer2007-09-011-0/+272
* Added a test for the SELECT DISTINCT ON postgresqlism.Jason Kirtland2007-08-221-0/+18
* adding an "already exists" catch for CREATE DOMAINMike Bayer2007-08-181-2/+6
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-39/+89
* - foreign key specs can have any chararcter in their identifiersMike Bayer2007-07-181-0/+21
* - ForeignKey to a table in a schema thats not the default schemaMike Bayer2007-07-081-0/+44
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-12/+12
* postgres:Mike Bayer2007-06-291-0/+195