Missing sqlalchemy.engine.RowProxy.__ne__

Issue #945 resolved
Former user created an issue

I recommend that the attached patch be applied. I was working on a small database-comparison tool which used "!=" between two RowProxy objects, to compare their row contents. It took me a while to realize that "!=" was in fact not behaving equivalently to "==" negated.

There is also a couple of Subversion property updates in there.

Comments (4)

  1. Log in to comment