]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When running a CREATE TABLE AS, make the initial temporary sqlite_master entry
authordrh <drh@noemail.net>
Wed, 9 Sep 2015 13:28:06 +0000 (13:28 +0000)
committerdrh <drh@noemail.net>
Wed, 9 Sep 2015 13:28:06 +0000 (13:28 +0000)
commit3c03afd3f50451f62c46574224078a1b3a7b41c8
treeee4225e4ac275ca58844ebd9706680c26bd87ae0
parent0c6dfaa34a4bee1e85a982dbf2346c95df81bc4f
When running a CREATE TABLE AS, make the initial temporary sqlite_master entry
for the new table a real record rather than a NULL, in case the query after
the AS actually tries to read the sqlite_master table.
Fix for ticket [acd12990885d9276].

FossilOrigin-Name: 4a18d8bd4cc66eb08c6198cdf6e14f1bce0ec05a
manifest
manifest.uuid
src/build.c
test/table.test