Documentation Source Text

Check-in [8803444b62]
Login

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

Overview
Comment:Fix the description of the notindexed problem in the change log.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8803444b620cadcf0b6ce946bc50404078f9e672
User & Date: drh 2014-05-28 11:14:53.505
Context
2014-05-28
19:37
Add instructions on building DLLs to the howtocompile.html page. (check-in: cec1821ade user: drh tags: trunk)
11:14
Fix the description of the notindexed problem in the change log. (check-in: 8803444b62 user: drh tags: trunk)
2014-05-27
15:31
Add the "X in (?)" optimization to the change log. (check-in: 487c297731 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
60
61
62
63
64
65
66
67
68

69
70
71
72
73
74
75
    being inserted is larger than the number of columns in the destination
    table.
    Ticket [http://www.sqlite.org/src/info/e9654505cfda9 | e9654505cfd]
<li>Fix a problem in CSV import in the [command-line shell]
    where if the leftmost field of the first row
    in the CSV file was both zero bytes in size and unquoted no data would
    be imported.
<li>Fix a problem in FTS4 where columns with names that are prefixes of any
    [FTS4 notindexed option | notindexed column] were also not indexed.

<li>Fix the [sqlite3_db_readonly()] interface so that it returns true if
    the database is read-only due to the file format write version number
    being too large.
}

chng {2014-04-03 (3.8.4.3)} {
<li>Add a 







|
|
>







60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
    being inserted is larger than the number of columns in the destination
    table.
    Ticket [http://www.sqlite.org/src/info/e9654505cfda9 | e9654505cfd]
<li>Fix a problem in CSV import in the [command-line shell]
    where if the leftmost field of the first row
    in the CSV file was both zero bytes in size and unquoted no data would
    be imported.
<li>Fix a problem in FTS4 where the left-most column that contained
    the [FTS4 notindexed option | notindexed column] name as a prefix
    was not indexed rather than the column whose name matched exactly.
<li>Fix the [sqlite3_db_readonly()] interface so that it returns true if
    the database is read-only due to the file format write version number
    being too large.
}

chng {2014-04-03 (3.8.4.3)} {
<li>Add a