summaryrefslogtreecommitdiff
path: root/test/dialect/postgres.py
Commit message (Expand)AuthorAgeFilesLines
* 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