Forum Reply: Anton Dyachenko
... force a check of the schema to see if it needs to be reread. Here is one: PRAGMA user_version; From: https ... Something like this will suffice: SELECT 1 FROM <mark>sqlite_master</mark> LIMIT 1; (2021-06-05)Forum Reply: Rename an INDEX using sqlite_master
... schema_version. I use this in the example and it does trigger <mark>sqlite_master</mark> to be reread, and this seems to work in cases where only the sql ... (2020-04-06)