Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 128ffc00f3a74ae63ecd7ac4d6c34d5c88de43e6 |
|---|---|
| Date: | 2010-03-10 23:17:09 |
| User: | drh |
| Comment: | Fix typo in change log for 3.6.23. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to main.mk
129 ./tclsh $(DOC)/search/buildsearchdb.tcl 129 ./tclsh $(DOC)/search/buildsearchdb.tcl 130 cp $(DOC)/search/search.tcl doc/search 130 cp $(DOC)/search/search.tcl doc/search 131 chmod +x doc/search 131 chmod +x doc/search 132 132 133 always: 133 always: 134 134 135 clean: 135 clean: 136 rm -rf tclsh doc sqlite3.h docinfo.db | 136 rm -rf tclsh doc sqlite3.h
Changes to pages/changes.in
53 is added to the [Command Line Interface]. 53 is added to the [Command Line Interface]. 54 <li> Improvements to [FTS3]. 54 <li> Improvements to [FTS3]. 55 <li> Improvements and bug-fixes in support for [SQLITE_OMIT_FLOATING_POINT]. 55 <li> Improvements and bug-fixes in support for [SQLITE_OMIT_FLOATING_POINT]. 56 <li> The [integrity_check pragma] is enhanced to detect out-of-order rowids. 56 <li> The [integrity_check pragma] is enhanced to detect out-of-order rowids. 57 <li> The ".genfkey" operator has been removed from the 57 <li> The ".genfkey" operator has been removed from the 58 [Command Line Interface]. 58 [Command Line Interface]. 59 <li> Updates to the co-hosted Lemon LALR(1) parser generator. (These 59 <li> Updates to the co-hosted Lemon LALR(1) parser generator. (These 60 updates did not effect SQLite.) | 60 updates did not affect SQLite.) 61 <li> Various minor bug fixes and performance enhancements. 61 <li> Various minor bug fixes and performance enhancements. 62 } 62 } 63 63 64 chng {2010 Jan 06 (3.6.22)} { 64 chng {2010 Jan 06 (3.6.22)} { 65 <li>Fix bugs that can (rarely) lead to incorrect query results when 65 <li>Fix bugs that can (rarely) lead to incorrect query results when 66 the CAST or OR operators are used in the WHERE clause of a query. 66 the CAST or OR operators are used in the WHERE clause of a query. 67 <li>Continuing enhancements and improvements to [FTS3]. 67 <li>Continuing enhancements and improvements to [FTS3].