SQLite

All files named ”test/fts3b.test”
Login

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

History for test/fts3b.test

2017-07-07
19:43
[c15c4a9d04] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 6261)
2009-12-02
16:09
[e93bbb653e] part of check-in [ef5b745029] Modify a test in fts3b.test to reflect the fact that the docid field may now be updated. (check-in: [ef5b745029] user: dan branch: trunk, size: 6281)
2007-09-13
18:14
[b3a25180a6] part of check-in [c8d2345200] Add an implicit (HIDDEN) docid column. This works as an alias to rowid, similar to how things work in SQLite tables with INTEGER PRIMARY KEY. Add tests to verify operation. (CVS 4426) (check-in: [c8d2345200] user: shess branch: trunk, size: 5984)
18:12
[7c697946fe] part of check-in [ca669eaf1b] Mark the table-named column HIDDEN. Add tests to make sure it's working as expected. (CVS 4425) (check-in: [ca669eaf1b] user: shess branch: trunk, size: 4014)
2007-08-23
20:23
Added: [94cd8a2fb7] part of check-in [6eb2d74a8c] Fix fts3 to not have the VACUUM bug from fts2. %_content.docid is an alias to fix the rowid for documents, %_segments.blockid is an alias to fix the rowid for segment blocks. Unit test for the problem. (CVS 4280) (check-in: [6eb2d74a8c] user: shess branch: trunk, size: 3196)