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: |
5d50a5271bc91f18e92889da68e1cfd7 |
User & Date: | rmsimpson 2006-02-17 15:52:54.000 |
Context
2006-02-17
| ||
17:31 | Schema fixes for testing check-in: 11d1251b2a user: rmsimpson tags: sourceforge | |
15:52 | no message check-in: 5d50a5271b user: rmsimpson tags: sourceforge | |
15:40 | no message check-in: bd90870f8e 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.26.2, 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.1 - February 14, 2006</b></p> <ul> <li>Fixed even more minor schema bugs having to do with indexes.</li><li>Added two missing pieces in the SQLite designer which were preventing it from being used from within VS Express editions. </li><li>Several bugfixes to the design-time installer program, including supporting 64-bit environments.</li></ul> <p><b>1.0.26.0 - February 11, 2006</b></p> <ul> | > > > > > > | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | </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> <ul> <li>Fixed even more minor schema bugs having to do with indexes.</li><li>Added two missing pieces in the SQLite designer which were preventing it from being used from within VS Express editions. </li><li>Several bugfixes to the design-time installer program, including supporting 64-bit environments.</li></ul> <p><b>1.0.26.0 - February 11, 2006</b></p> <ul> |
︙ | ︙ |