]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- restored old assign_mapper monkey patched query methods but with two differences:
authorGaëtan de Menten <gdementen@gmail.com>
Tue, 31 Jul 2007 14:54:28 +0000 (14:54 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Tue, 31 Jul 2007 14:54:28 +0000 (14:54 +0000)
commit9c31abf1d3bc06b6e7eba8d4bbee7569636c4a33
treed83497ae5277e18079ca94a71c1ead2fee673698
parent04e8a839b4bc6a612b88ff793755865591b48ac4
 - restored old assign_mapper monkey patched query methods but with two differences:
   * added a deprecation warning
   * check if a method with that name already exist in the class
 - more foolproof deprecation warning for scalar kwarg
lib/sqlalchemy/ext/assignmapper.py
lib/sqlalchemy/sql.py