]> 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:21 +0000 (11:30 -0400)
commit161209c70adde092e953d9ac7e3e7355a7df579a
treec9b95bb613ca27978652fe92603a4ca8eefde433
parentfa1211eec934e105508e18f50a6607cfb839914f
- 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

(cherry picked from commit c39ff9978dbb77cbea4f1ee08234887d8aa1b165)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/crud.py
test/sql/test_defaults.py
test/sql/test_insert.py