]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add some support for using row value constructors in certain parts of SQL expressions...
authordan <dan@noemail.net>
Sat, 9 Jul 2016 20:23:55 +0000 (20:23 +0000)
committerdan <dan@noemail.net>
Sat, 9 Jul 2016 20:23:55 +0000 (20:23 +0000)
commit71c57db099b331c0c3294e1122448fb732a131bc
tree16d667ea16d337c3e96aaae9e1a610c789a37112
parente39cd91aeaf3b2dc255ab56d3d0854ecaaa115d3
Add some support for using row value constructors in certain parts of SQL expressions. There are many bugs on this branch.

FossilOrigin-Name: b2204215b231202aef7a218411cc2ddaecf28f35
15 files changed:
manifest
manifest.uuid
src/expr.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/where.c
src/whereInt.h
src/wherecode.c
src/whereexpr.c
test/rowvalue.test [new file with mode: 0644]
test/rowvalue2.test [new file with mode: 0644]
tool/addopcodes.tcl