]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the type of a _BooleanExpression should always be Boolean
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jul 2007 17:28:31 +0000 (17:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jul 2007 17:28:31 +0000 (17:28 +0000)
commit6a9567aa3a36f2220e9190aec3febbe781cce825
tree0333ef3e2558d55ac9918544d62e62bf446fabf8
parent85f3d2c0bdb9e98fe709a4a8ad88ef32d71ffdeb
- the type of a _BooleanExpression should always be Boolean
- added a random generative select() to a test (need to add the real tests to either select.py or generative.py)
lib/sqlalchemy/sql.py
test/orm/query.py