Raise an error if the argument to VACUUM INTO is an identifier.
FossilOrigin-Name: 6c6fb1c6ea452c70b56fd4ac796affebee21512adba0455ae81c291b715f544f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user