]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When an assignment occurs in a boolean, always test the result using "!=0"
authordrh <drh@noemail.net>
Tue, 11 Nov 2008 00:36:16 +0000 (00:36 +0000)
committerdrh <drh@noemail.net>
Tue, 11 Nov 2008 00:36:16 +0000 (00:36 +0000)
commit4d01aeedbb98ecd7cf2384c025fe8608ad351494
tree1d2f97f54b15e4f85c3890952c3e48d0b42c3c42
parentc717b382b80b9aeb8529f72fb0da5429054ea9f3
When an assignment occurs in a boolean, always test the result using "!=0"
to avoid confusion and make it clear that assignment is intended, not
an equality test.  Ticket #3491. (CVS 5879)

FossilOrigin-Name: 89ee5295bdea6f2c093eb6a44d69917dcc8459e3
manifest
manifest.uuid
src/pcache.c