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:
@@ -540,6 +540,7 @@ ifcapable fts3 {
|
||||
|
||||
do_execsql_test 16.0 {
|
||||
CREATE VIRTUAL TABLE y1 USING fts3;
|
||||
VACUUM;
|
||||
}
|
||||
|
||||
do_catchsql_test 16.10 {
|
||||
|
Reference in New Issue
Block a user