]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The "unconsumed column names" warning emitted
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 20:27:58 +0000 (16:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 20:27:58 +0000 (16:27 -0400)
commita55d6c5f35769ea61ea5240aff9f763229d3007e
treef2e39a1d1e583a9b393fc4910f23937749ceb2ee
parent1fe06a551c28a6e0886f96334deebdee68d9fff9
- [feature] The "unconsumed column names" warning emitted
when keys are present in insert.values() or update.values()
that aren't in the target table is now an exception.
[ticket:2415]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py