]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the parser so that it can accept an ORDER BY clause on a function
authordrh <>
Wed, 18 Oct 2023 13:18:52 +0000 (13:18 +0000)
committerdrh <>
Wed, 18 Oct 2023 13:18:52 +0000 (13:18 +0000)
commitf8202f1ff3ff84908ff1038886f6c6c01eba8dc2
tree42f4fc6905198c62a4547c91140fa90e8d62df45
parent0b4de1acac7da83cfaf72cbd00d1d1f2fd456b1a
Enhance the parser so that it can accept an ORDER BY clause on a function
invocation.  For this incremental check-in, the ORDER BY clause is currently
ignored.

FossilOrigin-Name: 3a98ff24bf468ed42d410a9a12d9f9b2ca154c7babe99fd6bc6f7b0565e0d132
manifest
manifest.uuid
src/expr.c
src/parse.y
src/sqliteInt.h
src/treeview.c