]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added command line options to add tripwires for __hash__, __eq__ and __nonzero__...
authorJason Kirtland <jek@discorporate.us>
Wed, 31 Oct 2007 23:49:09 +0000 (23:49 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 31 Oct 2007 23:49:09 +0000 (23:49 +0000)
commitad9f8b8158ebd5509eb98c45179f1187f52c96d0
treead5b56d5e633c36d577b3640dc05348658609f64
parentd5aa08160a6b93dcb39343b41de78b73cb68ac7d
Added command line options to add tripwires for __hash__, __eq__ and __nonzero__ on mapped classes.
test/testlib/__init__.py
test/testlib/config.py
test/testlib/orm.py [new file with mode: 0644]