]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added partial index support for postgres
authorAnts Aasma <ants.aasma@gmail.com>
Sat, 29 Sep 2007 06:21:34 +0000 (06:21 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Sat, 29 Sep 2007 06:21:34 +0000 (06:21 +0000)
commit4924007317f6d3cb9655b258c01ff888fb3f4a28
treeeb7627a62ca157a8a157521b488096f39932a880
parent51b32cd809bfbdd98afc978da4b6739741983b82
- added partial index support for postgres
- fixed create and drop methods on MockConnection
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/schema.py
test/dialect/postgres.py