Raise an error if the argument to VACUUM INTO is an identifier.

FossilOrigin-Name: 6c6fb1c6ea452c70b56fd4ac796affebee21512adba0455ae81c291b715f544f
This commit is contained in:
drh
2019-01-02 14:34:46 +00:00
parent 9b0da8319c
commit ee751fab4c
6 changed files with 40 additions and 28 deletions
+3
View File
@@ -65,5 +65,8 @@ do_execsql_test vacuum-into-300 {
do_catchsql_test vacuum-into-310 {
VACUUM INTO null;
} {1 {non-text filename}}
do_catchsql_test vacuum-into-320 {
VACUUM INTO x;
} {1 {no such column: x}}
finish_test