]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
got round trip for multiple priamry keys to work with table create/reflection (postgr...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Nov 2005 20:14:03 +0000 (20:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Nov 2005 20:14:03 +0000 (20:14 +0000)
commitf81f3f8bd4d496dcc5fc142f6dbad987ce1ea45c
tree826a28932d2b7edf56203aa0d239a58ad06dc971
parentbc2ca671a3712477ce6dd795e0b2f770ab5e0c95
got round trip for multiple priamry keys to work with table create/reflection (postgres, sqlite)
small fix to ORM get with multiple primary keys
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/mapper.py