]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial implementation of the sqlite3_vtab_rhs_value() interface and the
authordrh <>
Thu, 20 Jan 2022 17:10:59 +0000 (17:10 +0000)
committerdrh <>
Thu, 20 Jan 2022 17:10:59 +0000 (17:10 +0000)
commit82801a5b72809b57f2ced68c239151daa8a1ee44
treec305ed0978c5284cca4c7c7e783cb4a9f07079e6
parentf208abdd9925efb1a3c99034b7ee445049bcb1e0
Initial implementation of the sqlite3_vtab_rhs_value() interface and the
qpvtab extension used for testing the virtual table interface.

FossilOrigin-Name: 0873c76b9b96b66fa9d13ddc8bca126d575ea3352349c7fd648f0c2f75d770f5
Makefile.in
Makefile.msc
ext/misc/qpvtab.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/loadext.c
src/sqlite.h.in
src/sqlite3ext.h
src/test1.c
src/where.c