]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use a separate bit on db->dbOptFlags to disable the xInverse optimization on
authordrh <drh@noemail.net>
Tue, 2 Apr 2019 17:45:56 +0000 (17:45 +0000)
committerdrh <drh@noemail.net>
Tue, 2 Apr 2019 17:45:56 +0000 (17:45 +0000)
commit94809086e50e86bfd34f134eb3385676359f8b3c
tree01d6225067da85dad4ac08f4be893bd7e6c9c718
parent3de52e8fa0032ebe22940cc8d58b879e65a06ba0
Use a separate bit on db->dbOptFlags to disable the xInverse optimization on
window functions, rather than reusing the query-flattener disable bit.

FossilOrigin-Name: bc0fb1c324be2fd668bc4398c7d364b7e3c5a98537fe5fb58a125b66f3e6d041
manifest
manifest.uuid
src/sqliteInt.h
src/window.c