1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Fix a problem with fts5 locale=1 tables and UPDATE statements that may affect more than one row.

FossilOrigin-Name: 70e42f941c0778a04b82655409c7caf4c1039589f7e43a8ec1e736ea8f931b26
This commit is contained in:
dan
2024-09-07 16:22:22 +00:00
parent 8755e695c5
commit cf25c16a54
7 changed files with 154 additions and 97 deletions

View File

@ -4404,7 +4404,7 @@ do_catchsql_test 25.5 {
do_catchsql_test 25.6 {
INSERT INTO t1(t1) SELECT x FROM t2;
INSERT INTO t1(t1) SELECT x FROM t2;
} {1 {database disk image is malformed}}
} {0 {}}
#-------------------------------------------------------------------------
reset_db