]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental changes toward "index only" tables. Add the ability to specify
authordrh <drh@noemail.net>
Sat, 19 Oct 2013 23:31:56 +0000 (23:31 +0000)
committerdrh <drh@noemail.net>
Sat, 19 Oct 2013 23:31:56 +0000 (23:31 +0000)
commit81eba73ebfbcd7088f9532636082f041b0374a90
treed5866f81adf341334bf5d8b45a00fb499e47087f
parent05684271c62efe2aefb39c536b628e260cc0a872
Experimental changes toward "index only" tables.  Add the ability to specify
options on CREATE TABLE statements using the WITH clause modeled after
PostgreSQL and SQL Server.  Only the "omit_rowid" option is currently
recognized and that option is currently a no-op.

FossilOrigin-Name: 0248ec5e6e3797575388f046d8c27f7445fe2a39
manifest
manifest.uuid
src/build.c
src/parse.y
src/sqliteInt.h
test/alter.test
test/tableopts.test [new file with mode: 0644]
tool/mkkeywordhash.c