]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
postgres checks for string/int port ID, converts to int for pg2 and string for pg1
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jan 2006 23:18:22 +0000 (23:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jan 2006 23:18:22 +0000 (23:18 +0000)
commit841fc3b72fc4d11967aec22efd5b54141fcc3ae4
tree2c0b51a9350648e30b1b63291ad0f5b610f392b3
parent2d31b8fd60a26d64c72510613cb493131bc4b406
postgres checks for string/int port ID, converts to int for pg2 and string for pg1
lib/sqlalchemy/databases/postgres.py
test/testbase.py