]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added PGArray datatype for using postgres array datatypes
authorAnts Aasma <ants.aasma@gmail.com>
Thu, 12 Jul 2007 00:31:32 +0000 (00:31 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Thu, 12 Jul 2007 00:31:32 +0000 (00:31 +0000)
commitba1352ae4426f9ea29dd185bea4d1ce7b4ba3fba
tree7bf7d2a62d4f32fde668908383ad109f0d0e2ea6
parent3ebdc4d2f74f1274651fa1d88c9f65d54bdac133
Added PGArray datatype for using postgres array datatypes
CHANGES
lib/sqlalchemy/databases/postgres.py
test/dialect/postgres.py