Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update version history docs. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2d61f3fabf60c1765fe9d4ad37380a6c |
User & Date: | mistachkin 2018-02-26 17:32:32.241 |
Context
2018-02-26
| ||
17:36 | The initial result code for SQLITE_DBCONFIG_MAINDBNAME must be an error in order to make the finally cleanup logic correct. check-in: b8d115e87d user: mistachkin tags: trunk | |
17:32 | Update version history docs. check-in: 2d61f3fabf user: mistachkin tags: trunk | |
17:32 | Set HResult property of SQLiteException based on the SQLite core library error code. check-in: a4575fc8e7 user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/Provider/version.html.
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <div id="mainBody"> <h1 class="heading">Version History</h1> <p><b>1.0.108.0 - March XX, 2018 <font color="red">(release scheduled)</font></b></p> <ul> <li>Updated to <a href="https://www.sqlite.org/src/timeline?r=trunk">SQLite 3.23.0</a>.</li> <li>Support extended result codes when messages are looked up without the SQLite core library.</li> <li>Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/53962f9eff">[53962f9eff]</a>.</li> </ul> <p><b>1.0.107.0 - January 30, 2018</b></p> <ul> <li>Updated to <a href="https://www.sqlite.org/releaselog/3_22_0.html">SQLite 3.22.0</a>.</li> <li>Improve performance of type name lookups by removing superfluous locking and string creation.</li> <li>Support asynchronous completion of distributed transactions. Fix for <a href="https://system.data.sqlite.org/index.html/info/5cee5409f8">[5cee5409f8]</a>.</li> <li>Add experimental WaitForEnlistmentReset method to the SQLiteConnection class. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/7e1dd697dc">[7e1dd697dc]</a>.</li> | > > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <div id="mainBody"> <h1 class="heading">Version History</h1> <p><b>1.0.108.0 - March XX, 2018 <font color="red">(release scheduled)</font></b></p> <ul> <li>Updated to <a href="https://www.sqlite.org/src/timeline?r=trunk">SQLite 3.23.0</a>.</li> <li>Support extended result codes when messages are looked up without the SQLite core library.</li> <li>Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/53962f9eff">[53962f9eff]</a>.</li> <li>More database connection configuration options for the <a href="https://www.sqlite.org/c3ref/db_config.html">sqlite3_db_config()</a> interface. <b>** Potentially Incompatible Change **</b></li> <li>Set HResult property of SQLiteException based on the SQLite core library error code. <b>** Potentially Incompatible Change **</b></li> </ul> <p><b>1.0.107.0 - January 30, 2018</b></p> <ul> <li>Updated to <a href="https://www.sqlite.org/releaselog/3_22_0.html">SQLite 3.22.0</a>.</li> <li>Improve performance of type name lookups by removing superfluous locking and string creation.</li> <li>Support asynchronous completion of distributed transactions. Fix for <a href="https://system.data.sqlite.org/index.html/info/5cee5409f8">[5cee5409f8]</a>.</li> <li>Add experimental WaitForEnlistmentReset method to the SQLiteConnection class. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/7e1dd697dc">[7e1dd697dc]</a>.</li> |
︙ | ︙ |
Changes to readme.htm.
︙ | ︙ | |||
210 211 212 213 214 215 216 217 218 219 220 221 222 223 | <p> <b>1.0.108.0 - March XX, 2018</b> </p> <ul> <li>Updated to <a href="https://www.sqlite.org/src/timeline?r=trunk">SQLite 3.23.0</a>.</li> <li>Support extended result codes when messages are looked up without the SQLite core library.</li> <li>Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff].</li> </ul> <p> <b>1.0.107.0 - January 30, 2018</b> </p> <ul> <li>Updated to <a href="https://www.sqlite.org/releaselog/3_22_0.html">SQLite 3.22.0</a>.</li> <li>Improve performance of type name lookups by removing superfluous locking and string creation.</li> | > > | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | <p> <b>1.0.108.0 - March XX, 2018</b> </p> <ul> <li>Updated to <a href="https://www.sqlite.org/src/timeline?r=trunk">SQLite 3.23.0</a>.</li> <li>Support extended result codes when messages are looked up without the SQLite core library.</li> <li>Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff].</li> <li>More database connection configuration options for the <a href="https://www.sqlite.org/c3ref/db_config.html">sqlite3_db_config()</a> interface. <b>** Potentially Incompatible Change **</b></li> <li>Set HResult property of SQLiteException based on the SQLite core library error code. <b>** Potentially Incompatible Change **</b></li> </ul> <p> <b>1.0.107.0 - January 30, 2018</b> </p> <ul> <li>Updated to <a href="https://www.sqlite.org/releaselog/3_22_0.html">SQLite 3.22.0</a>.</li> <li>Improve performance of type name lookups by removing superfluous locking and string creation.</li> |
︙ | ︙ |
Changes to www/news.wiki.
︙ | ︙ | |||
47 48 49 50 51 52 53 54 55 56 57 58 59 60 | <p> <b>1.0.108.0 - March XX, 2018 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to [https://www.sqlite.org/src/timeline?r=trunk|SQLite 3.23.0].</li> <li>Support extended result codes when messages are looked up without the SQLite core library.</li> <li>Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff].</li> </ul> <p> <b>1.0.107.0 - January 30, 2018</b> </p> <ul> <li>Updated to [https://www.sqlite.org/releaselog/3_22_0.html|SQLite 3.22.0].</li> <li>Improve performance of type name lookups by removing superfluous locking and string creation.</li> | > > | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <p> <b>1.0.108.0 - March XX, 2018 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to [https://www.sqlite.org/src/timeline?r=trunk|SQLite 3.23.0].</li> <li>Support extended result codes when messages are looked up without the SQLite core library.</li> <li>Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff].</li> <li>More database connection configuration options for the [https://www.sqlite.org/c3ref/db_config.html|sqlite3_db_config()] interface. <b>** Potentially Incompatible Change **</b></li> <li>Set HResult property of SQLiteException based on the SQLite core library error code. <b>** Potentially Incompatible Change **</b></li> </ul> <p> <b>1.0.107.0 - January 30, 2018</b> </p> <ul> <li>Updated to [https://www.sqlite.org/releaselog/3_22_0.html|SQLite 3.22.0].</li> <li>Improve performance of type name lookups by removing superfluous locking and string creation.</li> |
︙ | ︙ |