]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An experimental branch with code that allows virtual tables to be declared
authordrh <drh@noemail.net>
Tue, 31 May 2016 21:18:15 +0000 (21:18 +0000)
committerdrh <drh@noemail.net>
Tue, 31 May 2016 21:18:15 +0000 (21:18 +0000)
commit62340f849859258cf7ec778d9edd7391f450af62
tree216ca414a6574d647b160237eff95e2c8b91130f
parent1fc1a0f280e949736d10debf308c79494b16fe77
An experimental branch with code that allows virtual tables to be declared
as WITHOUT ROWID tables. This might be useful for virtual tables that model
external data sources that do not have a convenient way of computing a unique
rowid.  The current check-in almost works, but there are still serious issues.

FossilOrigin-Name: 49638f180e26477974cacc69b79e0be0a5e18b29
manifest
manifest.uuid
src/build.c
src/parse.y
src/sqliteInt.h
src/vtab.c