]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an experimental location(X) SQL function that attempt to return the
authordrh <drh@noemail.net>
Sat, 16 Dec 2017 20:20:37 +0000 (20:20 +0000)
committerdrh <drh@noemail.net>
Sat, 16 Dec 2017 20:20:37 +0000 (20:20 +0000)
commit2fc865c1153d739208657ea652f74426bf20f678
treebaccd44ab9c4694428b24dfd064e872540f702a7
parentebeffef36c5ad0e855cd208cc39989fc33511a6c
Add an experimental location(X) SQL function that attempt to return the
location of the payload within the database for the record that contains
column X.  location(X) returns NULL if X is not an ordinary table column or
if SQLite cannot figure out the location because it is using a covering index.

FossilOrigin-Name: 51be9558164301c5dd4df23ab8b3e67de0b522f8d36f79f3d84d45d3dc2a83a4
manifest
manifest.uuid
src/btree.c
src/btree.h
src/expr.c
src/func.c
src/sqliteInt.h
src/vdbe.c
test/func6.test [new file with mode: 0644]