SQLite

All files named ”test/fts1i.test”
Login

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

History for test/fts1i.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-01-24
03:43
[6bfe08cdfd] part of check-in [810c0176f8] Do not run test fts1i.test if FTS1 is not installed. (CVS 3600) (check-in: [810c0176f8] user: drh branch: trunk, size: 2392)
2007-01-19
22:59
Added: [13ddf7481c] part of check-in [4f2ab4b632] http://www.sqlite.org/cvstrac/tktview?tn=2166,35

Calling UPDATE against an fts table in a UTF-16 database inserts corrupted data into the database. The UTF-8 data is being inserted directly. This appears to happen because sqlite3_ value_text() destructively coerces a value to UTF-8, and it's never converted back when updating the table. This works around the problem by rearranging things so that the update happens before the coercion. (CVS 3596) (check-in: [4f2ab4b632] user: shess branch: trunk, size: 2297)