SQLite

All files named ”test/fts1n.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/fts1n.test

2023-06-07
15:00
Deleted: Remove additional traces of FTS1 and FTS2 that were missed by [2bb50d5aedef0fd2] (check-in: [9a12bac5d2] user: drh branch: trunk, size: 0)
2007-07-25
00:38
Added: [a2317dcd27] part of check-in [f9020cffda] Replicates http://www.sqlite.org/cvstrac/chngview?cn=4151 which modified fts2:

Modify handling of SQLITE_SCHEMA in fts2 code. An SQLITE_SCHEMA error may cause SQLite to reload the internal schema, deleting and recreating v-table objects. So the sqlite3_vtab structure can be deleted out from under a v-table implementation. (CVS 4183) (check-in: [f9020cffda] user: shess branch: trunk, size: 1295)