Artifact a2317dcd27b1d087ee3878b30e0a59c593c98b7a:
- File
test/fts1n.test
-
2007-07-25 00:38:06
— part of check-in
[f9020cffda]
on branch trunk
— 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) (user: shess size: 1295)
- 2009-11-04 18:51:17 — part of check-in [590d4ac1ee] on branch shunning-error — Fix documentation typos. (user: drh size: 1295)
-
2007-07-25 00:38:06
— part of check-in
[f9020cffda]
on branch trunk
— Replicates http://www.sqlite.org/cvstrac/chngview?cn=4151 which
modified fts2: