Forum Reply: Anton Dyachenko
... https://sqlite.org/forum/forumpost/29bad1c5c1 There are many ways to force a check of the schema to see if it needs to be reread. Here is one: PRAGMA user_version; From: https://sqlite.org ... (2021-06-05)Forum Reply: Rename an INDEX using sqlite_master
... I use this in the example and it does trigger sqlite_master to be reread, and this seems to work in cases where only the sql column is updated. It does not seem to work ... (2020-04-06)Forum Reply: Rename an INDEX using sqlite_master
From slavin: I am sure I have seen somewhere an instruction which rereads the sqlite_master table. But I looked in PRAGMAs and a couple of other places and cannot find it. (2020-04-05)