1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Report an error if the input SQL contains an unterminated string.

Ticket #1497. (CVS 2751)

FossilOrigin-Name: c9c476dd836c49255eabc6cce83064974c079ce3
This commit is contained in:
drh
2005-10-23 11:29:40 +00:00
parent d9cb6ac02f
commit eef8b55832
5 changed files with 26 additions and 14 deletions

View File

@ -130,6 +130,8 @@ do_test trigger4-3.7 {
do_test trigger4-4.1 {
db close
file delete -force trigtest.db
file delete -force trigtest.db-journal
sqlite3 db trigtest.db
catchsql {drop table tbl; drop view vw}
execsql {