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 | virtualTables |
Files: | files | file ages | folders |
SHA1: |
3ea49abb4e42e0fd9069b1f4609d1b3a |
User & Date: | mistachkin 2013-06-25 19:58:38 |
Context
2013-06-25
| ||
21:31 | Modify the CHM building tool to fix internal links to inherited members. check-in: c888a45583 user: mistachkin tags: virtualTables | |
19:58 | Update version history docs. check-in: 3ea49abb4e user: mistachkin tags: virtualTables | |
19:49 | Modify native argument marshalling so that it will work properly on the .NET Compact Framework. check-in: 9946328e41 user: mistachkin tags: virtualTables | |
Changes
Changes to Doc/Extra/version.html.
41 41 </table> 42 42 </div> 43 43 <div id="mainSection"> 44 44 <div id="mainBody"> 45 45 <h1 class="heading">Version History</h1> 46 46 <p><b>1.0.87.0 - June XX, 2013 <font color="red">(release scheduled)</font></b></p> 47 47 <ul> 48 + <li>Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for <a href="http://system.data.sqlite.org/index.html/info/9a544991be">[9a544991be]</a>.</li> 48 49 <li>The DbType to type name translation needs to prioritize the Entity Framework type names. Fix for <a href="http://system.data.sqlite.org/index.html/info/47f4bac575">[47f4bac575]</a>.</li> 49 50 <li>Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden.</li> 50 51 <li>Disable use of the new connection string parsing algorithm when the No_SQLiteConnectionNewParser environment variable is set. Pursuant to <a href="http://system.data.sqlite.org/index.html/info/bbdda6eae2">[bbdda6eae2]</a>.</li> 51 52 </ul> 52 53 <p><b>1.0.86.0 - May 23, 2013</b></p> 53 54 <ul> 54 55 <li>Updated to <a href="http://www.sqlite.org/releaselog/3_7_17.html">SQLite 3.7.17</a>.</li>
Changes to readme.htm.
186 186 187 187 <h2><b>Version History</b></h2> 188 188 189 189 <p> 190 190 <b>1.0.87.0 - June XX, 2013 <font color="red">(release scheduled)</font></b> 191 191 </p> 192 192 <ul> 193 + <li>Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for [9a544991be].</li> 193 194 <li>The DbType to type name translation needs to prioritize the Entity Framework type names. Fix for [47f4bac575].</li> 194 195 <li>Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden.</li> 195 196 <li>Disable use of the new connection string parsing algorithm when the No_SQLiteConnectionNewParser environment variable is set. Pursuant to [bbdda6eae2].</li> 196 197 </ul> 197 198 <p> 198 199 <b>1.0.86.0 - May 23, 2013</b> 199 200 </p>
Changes to www/news.wiki.
2 2 3 3 <b>Version History</b> 4 4 5 5 <p> 6 6 <b>1.0.87.0 - June XX, 2013 <font color="red">(release scheduled)</font></b> 7 7 </p> 8 8 <ul> 9 + <li>Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for [9a544991be].</li> 9 10 <li>The DbType to type name translation needs to prioritize the Entity Framework type names. Fix for [47f4bac575].</li> 10 11 <li>Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden.</li> 11 12 <li>Disable use of the new connection string parsing algorithm when the No_SQLiteConnectionNewParser environment variable is set. Pursuant to [bbdda6eae2].</li> 12 13 </ul> 13 14 <p> 14 15 <b>1.0.86.0 - May 23, 2013</b> 15 16 </p>