]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] A warning is emitted when a not-present
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Feb 2012 15:49:38 +0000 (10:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Feb 2012 15:49:38 +0000 (10:49 -0500)
commitabe6c0f08a49859d8a2c36f4011e6f81ebf7ecb2
treeb31e1d926289b3a3a1f019be3a441ba81e212315
parent509c81d736c5d80e82e55629aebc1dedd86370f7
- [bug] A warning is emitted when a not-present
column is stated in the values() clause
of an insert() or update() construct.
Will move to an exception in 0.8.
[ticket:2413]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py