]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Create the new TK_ASTERISK token to represent the "*" in "SELECT *". Formerly
authordrh <drh@noemail.net>
Thu, 19 Nov 2015 16:33:31 +0000 (16:33 +0000)
committerdrh <drh@noemail.net>
Thu, 19 Nov 2015 16:33:31 +0000 (16:33 +0000)
commit1a1d3cd2f3b9d9dadf50fe84c839e7d7c8b00488
tree2f1ea201b01c9a23748348f47f2de068802c29b3
parent05bdfa4a6fe5c2dbb69d0d2c2d7d3358bb925785
Create the new TK_ASTERISK token to represent the "*" in "SELECT *".  Formerly
that operator was TK_ALL, which was also used for UNION ALL.  Less confusion if
they operator symbols are distinct.

FossilOrigin-Name: 201ac6d449431dadc6b29faecd68b559bd64bc9f
manifest
manifest.uuid
src/insert.c
src/parse.y
src/select.c
tool/addopcodes.tcl