]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Proof-of-concept grammar rules to parse Google-style "pipe" syntax for SQL,
authordrh <>
Mon, 26 Aug 2024 00:15:35 +0000 (00:15 +0000)
committerdrh <>
Mon, 26 Aug 2024 00:15:35 +0000 (00:15 +0000)
commit7210e4c5b4e77f5c94d74710654c3d07b486cb67
treec5bc187ee4281cd24193e1ff019404c084392af8
parent87ebadbf4e0349b1987d89a2c8a9b3638a88667c
Proof-of-concept grammar rules to parse Google-style "pipe" syntax for SQL,
without the ghastly "|>" operator.  The grammar rules are not connected to
working code.  They just parse the syntax.  Pipelines that begin with an
ordinary SELECT statement must have the keyword "INTO" (rather than the
"|>" operator) separating the SELECT from the start of the pipeline, to
avoid syntactic and semantic ambiguity.

FossilOrigin-Name: 2c4bae3e68eea14a5edbc753a7a2d764924c95060aff95fa1d2141c11fa77fed
manifest
manifest.uuid
src/parse.y
src/sqliteInt.h