]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the error message emitted for "can't
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 15:15:36 +0000 (11:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 15:15:36 +0000 (11:15 -0400)
commitde9c030f5c09e0c1f3a61762dc2380662f8889ee
treebebe0e337c908000a06e1339e406875b18bf00c4
parentb918c4876103315227cd1f5f54b309f1cec6ceca
- Fixed the error message emitted for "can't
execute syncrule for destination column 'q';
mapper 'X' does not map this column" to
reference the correct mapper.  [ticket:2163].
Also in 0.6.8.
- test/orm/test_sync.py covers orm/sync.py 100%
CHANGES
lib/sqlalchemy/orm/sync.py
test/orm/test_sync.py [new file with mode: 0644]
test/orm/test_unitofworkv2.py