Changes so that sqlite3_vtab_nochange() works with "UPDATE ... FROM...". Use this... fts5-contentless-delete
commit3b6cb847016c6d2a1a45a22fb9139f29f260bb9f
authorDan Kennedy <danielk1977@gmail.com>
Mon, 7 Aug 2023 16:15:56 +0000 (7 16:15 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Mon, 7 Aug 2023 16:15:56 +0000 (7 16:15 +0000)
tree91a1caa4dce030955bf54c765f5e84a281c67740
parenta677814e75fb9fa0eb44a0e35314f8dc798dbe31
Changes so that sqlite3_vtab_nochange() works with "UPDATE ... FROM...". Use this to allow UPDATE on a contentless fts5 table if new values are supplied for all indexed columns.
ext/fts5/fts5_main.c
ext/fts5/test/fts5contentless.test
ext/fts5/test/fts5contentless5.test [new file with mode: 0644]
src/expr.c
src/select.c
src/update.c