Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update version history docs. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 6f0089d0c276dbacfcbaa5b4e00333fd |
User & Date: | mistachkin 2018-04-18 15:48:19 |
Context
2018-04-25
| ||
18:16 | Add the new DO and NOTHING keywords to the keyword lists maintained by System.Data.SQLite. Enhance test coverage to check the aforementioned list of keywords. check-in: fb9c4ae180 user: mistachkin tags: trunk | |
2018-04-18
| ||
15:59 | Merge updates from trunk. check-in: 5c1ed740db user: mistachkin tags: netStandard20 | |
15:48 | Update version history docs. check-in: 6f0089d0c2 user: mistachkin tags: trunk | |
15:27 | Add a new overload for the SQLiteBlob.Create method that is a thinner wrapper over the native API, for greater efficiency. Pursuant to [dfc8133ba2]. check-in: e28ff15b0e user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/Provider/version.html.
43 43 <div id="mainSection"> 44 44 <div id="mainBody"> 45 45 <h1 class="heading">Version History</h1> 46 46 <p><b>1.0.109.0 - May XX, 2018 <font color="red">(release scheduled)</font></b></p> 47 47 <ul> 48 48 <li>Updated to <a href="https://www.sqlite.org/releaselog/3_23_1.html">SQLite 3.23.1</a>.</li> 49 49 <li>Prevent GetSchemaTable from throwing InvalidCastException. Fix for <a href="https://system.data.sqlite.org/index.html/info/baf42ee135">[baf42ee135]</a>.</li> 50 + <li>Add simpler overload for the SQLiteBlob.Create method. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/dfc8133ba2">[dfc8133ba2]</a>.</li> 50 51 <li>Add GetFieldAffinity method to the SQLiteDataReader class.</li> 51 52 </ul> 52 53 <p><b>1.0.108.0 - March 2, 2018</b></p> 53 54 <ul> 54 55 <li>Support extended result codes when messages are looked up without the SQLite core library.</li> 55 56 <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> 56 57 <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>
Changes to readme.htm.
209 209 210 210 <p> 211 211 <b>1.0.109.0 - May XX, 2018 <font color="red">(release scheduled)</font></b> 212 212 </p> 213 213 <ul> 214 214 <li>Updated to <a href="https://www.sqlite.org/releaselog/3_23_1.html">SQLite 3.23.1</a>.</li> 215 215 <li>Prevent GetSchemaTable from throwing InvalidCastException. Fix for [baf42ee135].</li> 216 + <li>Add simpler overload for the SQLiteBlob.Create method. Pursuant to [dfc8133ba2].</li> 216 217 <li>Add GetFieldAffinity method to the SQLiteDataReader class.</li> 217 218 </ul> 218 219 <p> 219 220 <b>1.0.XXX.0 - March 2, 2018</b> 220 221 </p> 221 222 <ul> 222 223 <li>Support extended result codes when messages are looked up without the SQLite core library.</li>
Changes to www/news.wiki.
46 46 47 47 <p> 48 48 <b>1.0.109.0 - May XX, 2018 <font color="red">(release scheduled)</font></b> 49 49 </p> 50 50 <ul> 51 51 <li>Updated to [https://www.sqlite.org/releaselog/3_23_1.html|SQLite 3.23.1].</li> 52 52 <li>Prevent GetSchemaTable from throwing InvalidCastException. Fix for [baf42ee135].</li> 53 + <li>Add simpler overload for the SQLiteBlob.Create method. Pursuant to [dfc8133ba2].</li> 53 54 <li>Add GetFieldAffinity method to the SQLiteDataReader class.</li> 54 55 </ul> 55 56 <p> 56 57 <b>1.0.108.0 - March 2, 2018</b> 57 58 </p> 58 59 <ul> 59 60 <li>Support extended result codes when messages are looked up without the SQLite core library.</li>