]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed remainder of [ticket:853]
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Nov 2007 22:25:01 +0000 (22:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Nov 2007 22:25:01 +0000 (22:25 +0000)
commit750439ac5fc61f03a09226db5d82b36c8b86739e
treea54bbf8cf691a309fcf763e11183bd90e35099ae
parenta914fae9dbb43cfeadf63145fc392fff67cc3662
- fixed remainder of [ticket:853]
- bindparam 'shortname' is deprecated
- fixed testing.assert_compile() to actually generate bind param dict before asserting
- added bind param assertions to CRUDTest.test_update
CHANGES
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/orm/relationships.py
test/sql/select.py
test/testlib/testing.py