]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Figure out the primary-key type of a table using queries of sqlite_master
authordrh <drh@noemail.net>
Thu, 5 Feb 2015 01:49:31 +0000 (01:49 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Feb 2015 01:49:31 +0000 (01:49 +0000)
commitd4ef7c50bb5b270e30437448e75a153c5ce03b60
tree90fadf2aa5f8810ad53369e1ec53521c46148955
parentfe9752d934c6ab72a8ce43e0dcd97d8c2d004960
Figure out the primary-key type of a table using queries of sqlite_master
and the table_info and index_list pragmas, obviating the need for
SQLITE_TESTCTRL_TBLTYPE.

FossilOrigin-Name: 50ecdfc443b51e3569c6add2fba5132f959c61cb
ext/ota/sqlite3ota.c
manifest
manifest.uuid
src/main.c
src/sqlite.h.in