]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The OP_Eq and OP_Ne operators have a special P5 value SQLITE_NOTNULL that
authordrh <drh@noemail.net>
Sat, 22 Dec 2018 00:34:30 +0000 (00:34 +0000)
committerdrh <drh@noemail.net>
Sat, 22 Dec 2018 00:34:30 +0000 (00:34 +0000)
commita42325e7313c3391fc045d084653000871c9f347
treeb8d20815fe5160193e73e6aad6d2cb4dffe4ad92
parenta86c8ce9403c3575e08b02d856612a6dfbbb66b6
The OP_Eq and OP_Ne operators have a special P5 value SQLITE_NOTNULL that
asserts that the values are not null.  Except that is not always true for
a corrupt database.  Adjust the assert() and add a testcase() to make this
point clear.

FossilOrigin-Name: a3fdb2c78d23b94d68dc08126b22d03152ac6068496a42402cdfb336cd4a7e33
manifest
manifest.uuid
src/vdbe.c