Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | no message |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
9e8c8737b83d7fb4cb392737057275e4 |
User & Date: | rmsimpson 2006-02-27 05:23:19.000 |
Context
2006-03-01
| ||
04:55 | no message check-in: 7f1a54a5c2 user: rmsimpson tags: sourceforge | |
2006-02-27
| ||
05:23 | no message check-in: 9e8c8737b8 user: rmsimpson tags: sourceforge | |
2006-02-26
| ||
18:26 | 1.0.27.0 final check-in: add85aba10 user: rmsimpson tags: sourceforge | |
Changes
Changes to Doc/Extra/dbfactorysupport.html.
︙ | ︙ | |||
61 62 63 64 65 66 67 | <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.27.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139"/> </DbProviderFactories> </system.data> </configuration> </pre> </div> <p> |
︙ | ︙ |
Changes to Doc/Extra/version.html.
︙ | ︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | </div> <div id="TitleRow"> <h1 class="dtH1">SQLite.NET Class Library Documentation</h1> </div> </div> <div id="nstext"> <h1 class="dtH1">Version History</h1> <p><b>1.0.26.2 - February 15, 2006</b></p> <ul> <li>Yet another bugfix to index schemas, which was incorrectly marking most indexes as primary key indexes.</li><li>Fixed GetSchema() to accept a null string array.</li><li>Fixed a misspelled export in the core C library that prevented databases opened with UTF16Encoding from getting schema information and would likely cause an error if attempted.</li></ul> <p><b>1.0.26.1 - February 14, 2006</b></p> | > > > > > > > > > > > | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | </div> <div id="TitleRow"> <h1 class="dtH1">SQLite.NET Class Library Documentation</h1> </div> </div> <div id="nstext"> <h1 class="dtH1">Version History</h1> <p><b>1.0.27.0 - February 27, 2006</b></p> <ul> <li>Many optimizations and a few more minor adjustments to schemas and schema retrieval performance.</li> <li>Lots of design-time attributes added to the code. The DbDataAdapter, DbCommand, and DbConnection objects now have greatly enhanced design-time capabilities when added to the toolbox and dropped on a form.</li> <li>Lots of Server Explorer enhancements.</li> <li>Binaries are now distributed in a setup program for easier administration and configuration of the provider.</li> </ul> <p><b>1.0.26.2 - February 15, 2006</b></p> <ul> <li>Yet another bugfix to index schemas, which was incorrectly marking most indexes as primary key indexes.</li><li>Fixed GetSchema() to accept a null string array.</li><li>Fixed a misspelled export in the core C library that prevented databases opened with UTF16Encoding from getting schema information and would likely cause an error if attempted.</li></ul> <p><b>1.0.26.1 - February 14, 2006</b></p> |
︙ | ︙ |
Changes to SQLite.NET.suo.
cannot compute difference between binary files
Changes to bin/Designer/SQLite.Designer.dll.
cannot compute difference between binary files
Changes to bin/Designer/install.exe.
cannot compute difference between binary files
Deleted bin/Designer/readme.txt.
|
| < < < < |
Changes to readme.htm.
1 2 3 4 5 6 7 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> ADO.NET 2.0 SQLite Data Provider<br> | | | 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.27.0 Feb 26, 2006<br> Using SQLite 3.3.4<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> The latest version can be downloaded <a href="http://sourceforge.net/projects/sqlite-dotnet2"> here</a> <br> |
︙ | ︙ | |||
115 116 117 118 119 120 121 122 123 124 125 126 127 128 | The SQLite3 source code is compiled directly from the SQLite.org release sources. All builds of sqlite after 3.2.8 have included support for Windows CE. Additionally, just one minor modification is made to pager.c, that modification is made automatically by the fixsource.vbs file when the VS2005 solution is compiled.</p> <p></p> <p> <b>Version History</b></p> <p><b>1.0.26.2 - February 15, 2006</b></p> <ul> <li>Yet another bugfix to index schemas, which was incorrectly marking most indexes as primary key indexes.</li><li>Fixed GetSchema() to accept a null string array.</li><li>Fixed a misspelled export in the core C library that prevented databases opened with UTF16Encoding from getting schema information and would likely cause an error if attempted.</li></ul> <p><b>1.0.26.1 - February 14, 2006</b></p> | > > > > > > > > > > > | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | The SQLite3 source code is compiled directly from the SQLite.org release sources. All builds of sqlite after 3.2.8 have included support for Windows CE. Additionally, just one minor modification is made to pager.c, that modification is made automatically by the fixsource.vbs file when the VS2005 solution is compiled.</p> <p></p> <p> <b>Version History</b></p> <p><b>1.0.27.0 - February 27, 2006</b></p> <ul> <li>Many optimizations and a few more minor adjustments to schemas and schema retrieval performance.</li> <li>Lots of design-time attributes added to the code. The DbDataAdapter, DbCommand, and DbConnection objects now have greatly enhanced design-time capabilities when added to the toolbox and dropped on a form.</li> <li>Lots of Server Explorer enhancements.</li> <li>Binaries are now distributed in a setup program for easier administration and configuration of the provider.</li> </ul> <p><b>1.0.26.2 - February 15, 2006</b></p> <ul> <li>Yet another bugfix to index schemas, which was incorrectly marking most indexes as primary key indexes.</li><li>Fixed GetSchema() to accept a null string array.</li><li>Fixed a misspelled export in the core C library that prevented databases opened with UTF16Encoding from getting schema information and would likely cause an error if attempted.</li></ul> <p><b>1.0.26.1 - February 14, 2006</b></p> |
︙ | ︙ |