]> 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:18:40 +0000 (11:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 15:18:40 +0000 (11:18 -0400)
commit54db2fb99b2d37f5e4495a8aaf332e8255246014
treec0871852c8d1de2fe99cd860f49dd672094f031e
parent381da62d31235fef603ee070970a0f7decfa9b25
- 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].
- 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]