]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
postgres:
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jun 2007 23:50:25 +0000 (23:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jun 2007 23:50:25 +0000 (23:50 +0000)
commit3f3d84e754a4485caadd2cd520e372172a951565
tree4c49733e85c8469678b8555cb1d2e0a80b0a30e0
parent2b1a7aa5932d9944ee15ae53c990471a9bf7ad59
postgres:
    - added support for reflection of domains [ticket:570]
    - types which are missing during reflection resolve to Null type
      instead of raising an error
    - moved reflection/types/query unit tests specific to postgres to new
      postgres unittest module
CHANGES
lib/sqlalchemy/databases/postgres.py
test/dialect/alltests.py
test/dialect/postgres.py [new file with mode: 0644]
test/engine/reflection.py
test/sql/query.py
test/sql/testtypes.py