]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Also emits the correct WHERE criterion
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Feb 2011 00:03:20 +0000 (19:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Feb 2011 00:03:20 +0000 (19:03 -0500)
commit4f1274fc1fc675e2a482b68d658b36597f243c31
tree70e27668b28b0ade42d489e7b026e6b9b120ee9d
parentc5b4938a9a2918a14397cff3edcee8c69ca249ea
- Also emits the correct WHERE criterion
when using single table inheritance. [ticket:2038]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_basic.py