Avoid leaving view-definitions with an incomplete set of column names/types in
commit595f1ede0b9258f71af8315d7bdee101781911df
authorDan Kennedy <danielk1977@gmail.com>
Mon, 9 Jul 2018 18:55:44 +0000 (9 18:55 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Mon, 9 Jul 2018 18:55:44 +0000 (9 18:55 +0000)
treebbce322f037ba0a38447942bb87a95ba9e98937e
parentc6ad8de30bfe5eee3a7c0b43383b4f8ddbcec413
Avoid leaving view-definitions with an incomplete set of column names/types in
the in-memory schema if an OOM strikes while allocating the same.
src/build.c
test/schemafault.test [new file with mode: 0644]