]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Databases which rely upon postfetch of "last inserted id" to get at a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Aug 2009 00:36:00 +0000 (00:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Aug 2009 00:36:00 +0000 (00:36 +0000)
commitc9fdf9a455445643a696c241dcb92c6e058480ad
tree3ad3969f9aeb04356b77d846542727ac1dc97f2c
parent3f7d7cb0ef1f001401d41e08b57f2d7cbbac9590
- Databases which rely upon postfetch of "last inserted id" to get at a
generated sequence value (i.e. MySQL, MS-SQL) now work correctly
when there is a composite primary key where the "autoincrement" column
is not the first primary key column in the table.
06CHANGES
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/schema.py
test/sql/test_query.py