System.Data.SQLite

Check-in [8c7524b80d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:1.10 notes
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: 8c7524b80d221ca8291d854e89aa34f3fe5f435f
User & Date: rmsimpson 2005-06-05 17:54:38.000
Context
2005-06-10
17:07
1.10 bugfixes check-in: d37831904e user: rmsimpson tags: sourceforge
2005-06-05
17:54
1.10 notes check-in: 8c7524b80d user: rmsimpson tags: sourceforge
17:46
1.10 null statement bugfix check-in: 0c88de7edc user: rmsimpson tags: sourceforge
Changes
Unified Diff Ignore Whitespace Patch
Changes to readme.htm.
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 2.0 SQLite Data Provider<br />
    Version 1.0.9a - May 25, 2005<br />
    Interop using SQLite 3.21<br />
    Written by Robert Simpson (<a href="mailto:robert@blackcastlesoft.com">robert@blackcastlesoft.com</a>)<br />
    Released to the public domain, use at your own risk!<br />
    <br />
    This provider was written and verified using the Visual Studio 2005 Beta 2 release.<br />
    <br />
    The latest version can be downloaded <a href="http://sourceforge.net/projects/sqlite-dotnet2">here</a>







|







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 2.0 SQLite Data Provider<br />
    Version 1.0.10 - June 5, 2005<br />
    Interop using SQLite 3.21<br />
    Written by Robert Simpson (<a href="mailto:robert@blackcastlesoft.com">robert@blackcastlesoft.com</a>)<br />
    Released to the public domain, use at your own risk!<br />
    <br />
    This provider was written and verified using the Visual Studio 2005 Beta 2 release.<br />
    <br />
    The latest version can be downloaded <a href="http://sourceforge.net/projects/sqlite-dotnet2">here</a>
84
85
86
87
88
89
90




91
92
93
94
95
96
97
    <b>static void _generateColumnNames</b> (<i>note the underscore in front of the name</i>).</li>
      <li>Compile it.</li>
    </ol>
      <b>
      </b>
    <h2>
    <b>Version History</b></h2>




    <b>1.09a - May 25, 2005</b><br />
    <ul>
      <li>Fixed a broken helpfile and corrected some obsolete help remarks in SQLiteFunction.cs</li><li>Added a version resource to the SQLite.Interop.DLL.&nbsp;</li></ul>
    <b>1.09 - May 24, 2005</b><br />
    <ul>
      <li>Code merge with the latest 3.21 version of SQLite. </li>
      <li>Removed obsolete methods and properties for Whidbey Beta 2</li></ul>







>
>
>
>







84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
    <b>static void _generateColumnNames</b> (<i>note the underscore in front of the name</i>).</li>
      <li>Compile it.</li>
    </ol>
      <b>
      </b>
    <h2>
    <b>Version History</b></h2>
    <b>1.10 - June 5, 2005</b><br />
    <ul>
      <li>Fixed a bug in the SQLite3.cs Prepare() function that created a statement even when the SQLite engine returned a NULL pointer.
          Typically this occurs when multiple statements are processed and there are trailing comments at the end of the statement.</li></ul>
    <b>1.09a - May 25, 2005</b><br />
    <ul>
      <li>Fixed a broken helpfile and corrected some obsolete help remarks in SQLiteFunction.cs</li><li>Added a version resource to the SQLite.Interop.DLL.&nbsp;</li></ul>
    <b>1.09 - May 24, 2005</b><br />
    <ul>
      <li>Code merge with the latest 3.21 version of SQLite. </li>
      <li>Removed obsolete methods and properties for Whidbey Beta 2</li></ul>