Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use wiki syntax for links on the news page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3cbaedca32dd2e143537e6943cbbdfed |
User & Date: | mistachkin 2014-06-08 02:14:06.420 |
Context
2014-06-08
| ||
04:35 | Update to Entity Framework 6.1. check-in: 94b1358b7d user: mistachkin tags: trunk | |
02:19 | Update to Entity Framework 6.1. check-in: e18bd46df5 user: mistachkin tags: ef61 | |
02:14 | Use wiki syntax for links on the news page. check-in: 3cbaedca32 user: mistachkin tags: trunk | |
2014-06-04
| ||
15:05 | Add two named anchors to the download page. check-in: 28aaa8665d user: mistachkin tags: trunk | |
Changes
Changes to www/news.wiki.
1 2 3 4 5 6 7 8 | <title>News</title> <b>Version History</b> <p> <b>1.0.93.0 - June XX, 2014 <font color="red">(release scheduled)</font></b> </p> <ul> | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <title>News</title> <b>Version History</b> <p> <b>1.0.93.0 - June XX, 2014 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to [http://www.sqlite.org/releaselog/3_8_5.html|SQLite 3.8.5].</li> <li>Add support for mapping transaction isolation levels to their legacy default values. Pursuant to [56b42d99c1].</li> <li>Add support for setting the default DbType and type name used for mappings on a per-connection basis. Pursuant to [3c00ec5b52].</li> <li>Add DetectTextAffinity and DetectStringType connection flags to enable automatic detection of column types, when necessary. Pursuant to [3c00ec5b52].</li> <li>Add SetChunkSize method to the SQLiteConnection class. Pursuant to [d1c008fa0a].</li> <li>Add SharedFlags static property to the SQLiteConnection class.</li> <li>Make the ISQLiteSchemaExtensions interface public. <b>** Potentially Incompatible Change **</b></li> <li>Have the SQLiteProviderFactory class (in the System.Data.SQLite.Linq assembly) implement the IServiceProvider interface.</li> <li>Fix bug in documentation generator automation that prevented some internal documentation links from working.</li> <li>Fix DateTime constant handling in the LINQ assembly. Fix for [da9f18d039]. <b>** Potentially Incompatible Change **</b></li> </ul> <p> <b>1.0.92.0 - March 19, 2014</b> </p> <ul> <li>Updated to [http://www.sqlite.org/releaselog/3_8_4_1.html|SQLite 3.8.4.1].</li> <li>Update the list of keywords returned by SQLiteConnection.GetSchema("ReservedWords"). <b>** Potentially Incompatible Change **</b></li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>Add the SQLiteDataReader.StepCount property to return the number of rows seen so far.</li> <li>Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].</li> <li>Convert the primary NuGet package, "System.Data.SQLite", into a meta-package.</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> |
︙ | ︙ |