Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: |
Downloads: |
Tarball
| ZIP archive
|
---|
Timelines: |
family
| ancestors
| descendants
| both
| nextRelease
|
Files: |
files
| file ages
| folders
|
SHA1: |
80b6dda0103700cdcd175e216a20506b5c824276 |
User & Date: |
mistachkin
2015-03-04 19:48:22.904 |
Context
2015-03-04
| | |
19:51 |
|
check-in: 2d4eaf4c96 user: mistachkin tags: nextRelease
|
19:48 |
|
check-in: 80b6dda010 user: mistachkin tags: nextRelease
|
19:42 |
|
check-in: 528007e621 user: mistachkin tags: nextRelease
|
| | |
Changes
Changes to Doc/Extra/Provider/version.html.
︙ | | |
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
-
+
|
</td>
</tr>
</table>
</div>
<div id="mainSection">
<div id="mainBody">
<h1 class="heading">Version History</h1>
<p><b>1.0.96.0 - May XX, 2015</b></p>
<p><b>1.0.96.0 - March 5, 2015</b></p>
<ul>
<li>Prevent the IDataReader.GetOrdinal method from throwing "No current row" exceptions. Fix for <a href="https://system.data.sqlite.org/index.html/info/2be4298631">[2be4298631]</a>, <a href="https://system.data.sqlite.org/index.html/info/abad7c577d">[abad7c577d]</a>, and <a href="https://system.data.sqlite.org/index.html/info/c28d7fe915">[c28d7fe915]</a>.</li>
<li>When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for <a href="https://system.data.sqlite.org/index.html/info/92dbf1229a">[92dbf1229a]</a>.</li>
</ul>
<p><b>1.0.95.0 - March 2, 2015</b></p>
<ul>
<li>Updated to <a href="https://www.sqlite.org/releaselog/3_8_8_3.html">SQLite 3.8.8.3</a>.</li>
|
︙ | | |
Changes to readme.htm.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-
+
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
ADO.NET SQLite Data Provider<br />
Version 1.0.96.0 - May XX, 2015 <font color="red">(release scheduled)</font><br />
Version 1.0.96.0 - March 5, 2015<br />
Using <a href="https://www.sqlite.org/releaselog/3_8_8_3.html">SQLite 3.8.8.3</a><br />
Originally written by Robert Simpson<br />
Released to the public domain, use at your own risk!<br />
Official provider website: <a href="https://system.data.sqlite.org/">https://system.data.sqlite.org/</a><br />
Legacy versions: <a href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</a><br />
<br />
The current development version can be downloaded from <a href="https://system.data.sqlite.org/index.html/timeline?y=ci">
|
︙ | | |
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
|
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
|
-
+
|
designed for robustness and maximum backward compatibility with previously
released versions of System.Data.SQLite.
</p>
<h2><b>Version History</b></h2>
<p>
<b>1.0.96.0 - May XX, 2015 <font color="red">(release scheduled)</font></b>
<b>1.0.96.0 - March 5, 2015</b>
</p>
<ul>
<li>Prevent the IDataReader.GetOrdinal method from throwing "No current row" exceptions. Fix for [c28d7fe915].</li>
<li>When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for [92dbf1229a].</li>
</ul>
<p>
<b>1.0.95.0 - March 2, 2015</b>
|
︙ | | |
Changes to www/news.wiki.
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-
+
|
<title>News</title>
<b>Version History</b>
<p>
<b>1.0.96.0 - May XX, 2015 <font color="red">(release scheduled)</font></b>
<b>1.0.96.0 - March 5, 2015</b>
</p>
<ul>
<li>Prevent the IDataReader.GetOrdinal method from throwing "No current row" exceptions. Fix for [c28d7fe915].</li>
<li>When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for [92dbf1229a].</li>
</ul>
<p>
<b>1.0.95.0 - March 2, 2015</b>
|
︙ | | |