1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

First the shadow table mechanism so that it works even if the shadow table

comes before the virtual table in the sqlite_schema table, as can happen
after a VACUUM.

FossilOrigin-Name: 005a8642773556825fe4c5d0b2c12517d35289308a30df0151ef7f080acb0172
This commit is contained in:
drh
2021-11-04 00:51:53 +00:00
parent 0b97189c49
commit ddfec00de3
6 changed files with 57 additions and 25 deletions

View File

@@ -540,6 +540,7 @@ ifcapable fts3 {
do_execsql_test 16.0 {
CREATE VIRTUAL TABLE y1 USING fts3;
VACUUM;
}
do_catchsql_test 16.10 {