Trivial documentation bug
(1) By anonymous on 2022-09-24 15:58:22 [source]
On the documentation page fts5, there is a hyperlink to www.google.com in the first paragraph.
This link is currently broken, and points to https://www.sqlite.org/www.google.com instead.
(2) By Richard Hipp (drh) on 2022-09-24 16:34:46 in reply to 1 [link] [source]
Thanks for the report. Should be fixed now.
(3) By Sunny Saini (SunnySaini_com) on 2022-09-29 11:04:31 in reply to 2 [link] [source]
ADDITION:
Beginning with version 3.7.0 (2009-09-11), recursive triggers are enabled by default but can be manually disabled using PRAGMA recursive_triggers.
Should be changed to like:
Beginning with version 3.7.0 (2009-09-11), recursive triggers are enabled by default in some versions but can be manually disabled using PRAGMA recursive_triggers.