diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-12-09 18:15:25 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-12-09 18:15:25 -0500 |
commit | e57bf796169282f69187f50665f5ea233c2c9ab7 (patch) | |
tree | 528c1d972372b04bc6044a39c295fdb735298a97 /lib/sqlalchemy/testing/assertsql.py | |
parent | f4a1129e79e0cd938da3e7737b190f7f4db3ed63 (diff) | |
download | sqlalchemy-e57bf796169282f69187f50665f5ea233c2c9ab7.tar.gz |
- Fixed issue within the :meth:`.Insert.from_select` construct whereby
the :class:`.Select` construct would have its ``._raw_columns``
collection mutated in-place when compiling the :class:`.Insert`
construct, when the target :class:`.Table` has Python-side defaults.
The :class:`.Select` construct would compile standalone with the
erroneous column present subsequent to compilation of the
:class:`.Insert`, and the the :class:`.Insert` statement itself would
fail on a second compile attempt due to duplicate bound parameters.
fixes #3603
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
0 files changed, 0 insertions, 0 deletions