]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
postgres needs to explicitly pre-execute PassiveDefaults on primary key columns,...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Feb 2006 16:32:33 +0000 (16:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Feb 2006 16:32:33 +0000 (16:32 +0000)
commitbc784f9556995ff0f4bf42144e55ff38441f065e
tree3eeff2ccad28fc2c71be205cff38ce2c65c501fa
parent63f11ac1b05988ff74d769e88abe6abc661dc2e6
postgres needs to explicitly pre-execute PassiveDefaults on primary key columns, test added
lib/sqlalchemy/databases/postgres.py
test/query.py