SQLite Forum

Typo in lang_createtrigger.html
Login

Typo in lang_createtrigger.html

(1) By anonymous on 2020-04-20 19:37:49 [source]

Hi, I believe I caught a typo in https://sqlite.org/lang_createtrigger.html :

When one of RAISE(ROLLBACK,...), RAISE(ABORT,...) or RAISE(FAIL,...) is called during trigger-program execution, the specified ON CONFLICT processing is performed the current query terminates.

I think there is an "and" missing. The sentence should probably be:

When one of RAISE(ROLLBACK,...), RAISE(ABORT,...) or RAISE(FAIL,...) is called during trigger-program execution, the specified ON CONFLICT processing is performed and the current query terminates.

(2) By Richard Hipp (drh) on 2020-04-20 23:08:59 in reply to 1 [link] [source]

Thanks for the report. A fix has been checked in and will appear with the next release.