]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed INSERT statements w.r.t. primary key columns that have SQL-expression
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2007 21:28:53 +0000 (21:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2007 21:28:53 +0000 (21:28 +0000)
commitbbebcdf8f526226d2d64a91dfc306086fc9873f4
tree9d7ae997a5f816418ac05b20b22f523653fc32f6
parent19fcf37483b381d795239fa328d08ce97b87ed90
- fixed INSERT statements w.r.t. primary key columns that have SQL-expression
  based default generators on them; SQL expression executes inline as normal
  but will not trigger a "postfetch" condition for the column, for those DB's
  who provide it via cursor.lastrowid
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/defaults.py