Documentation Source Text

Check-in [1f9040ed82]
Login

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

Overview
Comment:Include the minor bug fixes in the 3.10.2 patch release.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | branch-3.10
Files: files | file ages | folders
SHA1: 1f9040ed826e5f7c57495da13d5efc7bf9afecd7
User & Date: drh 2016-01-20 15:35:56.210
Context
2016-01-20
15:46
Fix the sqlite3.c hash on the change log for 3.10.2. (check-in: 65da56b099 user: drh tags: branch-3.10)
15:35
Include the minor bug fixes in the 3.10.2 patch release. (check-in: 1f9040ed82 user: drh tags: branch-3.10)
14:50
Adjust the website for the 3.10.2 patch release. (check-in: 19c959312d user: drh tags: branch-3.10)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
17
18
19
20
21
22
23
24
25
26
27





28
29
30
31
32
33
34
35
36
37
proc chng {date desc {options {}}} {
  global nChng aChng
  set aChng($nChng) [list $date $desc $options]
  incr nChng
}

chng {2016-01-20 (3.10.2)} {
<p><b>Bug fix:</b>
<li>Version 3.10.0 introduced a case-folding bug in the [LIKE] operator which is fixed
    by this patch release.  Ticket 
    [https://www.sqlite.org/src/info/80369eddd5c94 | 80369eddd5c94].





<p><b>Hashes:</b>
<li>SQLITE_SOURCE_ID: "2016-01-20 14:32:43 c1f918dcc15e3bd440435df4c7939bb2ee49b693"
<li>SHA1 for sqlite3.c: fda268ecda8162063bf913e90ea3350d1c4cbbc9
} {patchagainst 1 patchagainst 2}

chng {2016-01-14 (3.10.1)} {
<p><b>New feature:</b>
<li>Add the [SQLITE_FCNTL_JOURNAL_POINTER] file control.
<p><b>Bug fix:</b>
<li>Fix a 16-month-old bug in the query planner that could generate incorrect results







|



>
>
>
>
>

|
|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
proc chng {date desc {options {}}} {
  global nChng aChng
  set aChng($nChng) [list $date $desc $options]
  incr nChng
}

chng {2016-01-20 (3.10.2)} {
<p><b>Critical bug fix:</b>
<li>Version 3.10.0 introduced a case-folding bug in the [LIKE] operator which is fixed
    by this patch release.  Ticket 
    [https://www.sqlite.org/src/info/80369eddd5c94 | 80369eddd5c94].
<p><b>Other miscellaneous bug fixes:</b>
<li>Fix a use-after-free that can occur when SQLite is compiled with -DSQLITE_HAS_CODEC.
<li>Fix the build so that it works with -DSQLITE_OMIT_WAL.
<li>Fix the configure script for the amalgamation so that the --readline option works again
    on Raspberry PIs.
<p><b>Hashes:</b>
<li>SQLITE_SOURCE_ID: "2016-01-20 15:27:19 17efb4209f97fb4971656086b138599a91a75ff9"
<li>SHA1 for sqlite3.c: 2181cecc81151084962c8090ff3664062c481606
} {patchagainst 1 patchagainst 2}

chng {2016-01-14 (3.10.1)} {
<p><b>New feature:</b>
<li>Add the [SQLITE_FCNTL_JOURNAL_POINTER] file control.
<p><b>Bug fix:</b>
<li>Fix a 16-month-old bug in the query planner that could generate incorrect results
Changes to pages/news.in.
19
20
21
22
23
24
25

26
27
28
29
30
31
32
  hd_puts "<hr width=\"50%\">"
}

newsitem {2016-01-20} {Release 3.10.2} {
<p>Yikes!  An optimization attempt gone bad resulted in a 
[https://www.sqlite.org/src/info/80369eddd5c94 | bug in the LIKE operator]
which is fixed by this patch release.

}

newsitem {2016-01-14} {Release 3.10.1} {
<p>SQLite [version 3.10.1] is a bug-fix release primarily targeting the
fix for the query planner bug
[https://www.sqlite.org/src/info/cb3aa0641d9a4|cb3aa0641d9a4] discovered by
Mapscape.  Also included is a minor API enhancement requested by







>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  hd_puts "<hr width=\"50%\">"
}

newsitem {2016-01-20} {Release 3.10.2} {
<p>Yikes!  An optimization attempt gone bad resulted in a 
[https://www.sqlite.org/src/info/80369eddd5c94 | bug in the LIKE operator]
which is fixed by this patch release.
Three other minor but low-risk fixes are also included in the patch.
}

newsitem {2016-01-14} {Release 3.10.1} {
<p>SQLite [version 3.10.1] is a bug-fix release primarily targeting the
fix for the query planner bug
[https://www.sqlite.org/src/info/cb3aa0641d9a4|cb3aa0641d9a4] discovered by
Mapscape.  Also included is a minor API enhancement requested by