commit | aff466e02026b0345a13651efcb5124c3ada6fe9 | [log] [tgz] |
---|---|---|
author | Sean Dague <sdague@linux.vnet.ibm.com> | Mon Nov 19 07:54:55 2012 -0500 |
committer | Sean Dague <sdague@linux.vnet.ibm.com> | Mon Nov 19 07:54:55 2012 -0500 |
tree | 4f48c6d3c693cc489ed15e8f26dce1a090b0dacc | |
parent | 92d3f6308ccbfe130f722e3adc9c040b227d3f7c [diff] |
use deleted=False instead of deleted=0 in queries Mysql treats 0 and False as the same thing, but this isn't true for postgresql which is much more strongly typed. Our whitebox testing was failing on postgresql because of this assumption. Change-Id: I1a7339814b1de6e0c5874ba5b56fc90db6fbb012