]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixes to PG unicode table/sequence reflection/create/drops
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Aug 2007 18:07:46 +0000 (18:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Aug 2007 18:07:46 +0000 (18:07 +0000)
commit219bcf8cb17bdfeb526c72b29ec8ece5127f6c98
tree699b1789f343c82c5c17431b28f48ddce1a5ef28
parent8c3607b0410592b11822b599d3fdc8c7f464944a
- fixes to PG unicode table/sequence reflection/create/drops
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/postgres.py
test/engine/reflection.py