]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- implemented RowProxy.__ne__ [ticket:945], thanks knutroy
authorJason Kirtland <jek@discorporate.us>
Thu, 31 Jan 2008 04:49:31 +0000 (04:49 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 31 Jan 2008 04:49:31 +0000 (04:49 +0000)
commite13fdb965fbc31727e8653d444391a35d7533cc8
tree6031d3093658ac48f5286c5a47676eb3b82cc234
parenta5b23bda66bc5ee52efeefd58b6e5e69c8f8d330
- implemented RowProxy.__ne__ [ticket:945], thanks knutroy
- test coverage for same
lib/sqlalchemy/engine/base.py
test/sql/query.py