]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- :meth:`.Insert.from_select` now includes Python and SQL-expression
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Oct 2014 21:15:19 +0000 (17:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Oct 2014 21:15:19 +0000 (17:15 -0400)
commit95be42c06ff4e5f3528de42bb04dcba228ea74c2
tree602636e859b40fe8809ff38c50162a5c9402f85d
parent3a6cdff88429e047a684c0f5d6029a30d9aaa062
- :meth:`.Insert.from_select` now includes Python and SQL-expression
defaults if otherwise unspecified; the limitation where non-
server column defaults aren't included in an INSERT FROM
SELECT is now lifted and these expressions are rendered as
constants into the SELECT statement.
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
doc/build/core/defaults.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/crud.py
lib/sqlalchemy/sql/dml.py
lib/sqlalchemy/testing/suite/test_insert.py
test/sql/test_defaults.py
test/sql/test_insert.py