]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed the test for FalseDiscriminator to use Boolean for picky postgresql
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 20:27:33 +0000 (20:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 20:27:33 +0000 (20:27 +0000)
commitc30cd4a6ab8b7884aa6a3ac9ac1141ede895191a
tree1c0bfbd16bf413876bfde96b7f7932f50bce9638
parent818c9a617eafd97b05fe7c1d14e3bd7683a39e93
- fixed the test for FalseDiscriminator to use Boolean for picky postgresql
- added Query.enable_assertions(False) as a mediocre solution for [ticket:1424].
updated the recipe at http://www.sqlalchemy.org/trac/wiki/UsageRecipes/PreFilteredQuery to
reflect.
- moved most default Query state to be class level variables to start.  the dicts could
go as well but being overly careful to not place mutables there for the moment.
- a visit by the "dunder-private method names aren't cool" police
- continued undisciplined pep-8ness
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_basic.py
test/orm/test_query.py