]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression in 1.0-released default-processor for multi-VALUES
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Aug 2015 15:30:03 +0000 (11:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Aug 2015 15:30:03 +0000 (11:30 -0400)
commitc39ff9978dbb77cbea4f1ee08234887d8aa1b165
treef0d21317e0fc58a0eb3dc5c3487cd8d75a0fd7ec
parent956907a4b15f6dcc492582a7ad03706ff62d96fb
- Fixed regression in 1.0-released default-processor for multi-VALUES
insert statement, :ticket:`3288`, where the column type for the
default-holding column would not be propagated to the compiled
statement in the case where the default was being used,
leading to bind-level type handlers not being invoked.
fixes #3520
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/crud.py
test/sql/test_defaults.py
test/sql/test_insert.py