]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the same subquery does not go through the window-function rewrite
authordrh <drh@noemail.net>
Thu, 14 Nov 2019 13:24:04 +0000 (13:24 +0000)
committerdrh <drh@noemail.net>
Thu, 14 Nov 2019 13:24:04 +0000 (13:24 +0000)
commitba01634cd393040ade90cf5449e3642663e80699
tree18166279b3ed2b32db2013d20399af08b1fea276
parentb88eaf1619cf1be8c8cf2a0ffb9a2767a840b27e
Ensure that the same subquery does not go through the window-function rewrite
more than once, even when that subquery is part of a virtual table constraint
that lacks the omit flag.

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