Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor updates |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
7afc80c36ff9ad3f0beca9b60136e8eb |
User & Date: | rmsimpson 2006-04-13 19:27:27.000 |
Context
2006-04-13
| ||
19:27 | 1.0.28.0 verbage check-in: 3cb0952c48 user: rmsimpson tags: sourceforge | |
19:27 | Minor updates check-in: 7afc80c36f user: rmsimpson tags: sourceforge | |
2006-04-12
| ||
21:11 | LIBPATH fixes for external tools check-in: 2513e50f9b user: rmsimpson tags: sourceforge | |
Changes
Changes to readme.htm.
︙ | ︙ | |||
118 119 120 121 122 123 124 125 126 127 128 129 130 131 | when the VS2005 solution is compiled.</p> <p></p> <p> <b>Version History</b></p> <p><b>1.0.28.0 - April 14, 2006</b></p> <ul> <li>Code merge with SQLite 3.3.5</li> <li>Fixed several bugs with the 64-bit builds of the provider. The x64 binary is now optimized.</li> <li>Design-time installer now tries to install the 64-bit builds into the GAC along with the 32-bit build.</li> <li>Fixed a bug in the SQLiteDataReader.GetSchemaTable() function when used with tables containing apostrophes.</li> <li>Fixed an XSD-related bug whereby the XSD utility was unable to locate the provider | > > > | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | when the VS2005 solution is compiled.</p> <p></p> <p> <b>Version History</b></p> <p><b>1.0.28.0 - April 14, 2006</b></p> <ul> <li>Code merge with SQLite 3.3.5</li> <li>You can now specify a relative path in the Compact Framework's "Data Source" by prefixing the file with ".\". i.e. "Data Source=.\\mydb.db3"</li> <li>Several more changes and enhancements to schemas for better compatibility.</li> <li>Fixed several bugs with the 64-bit builds of the provider. The x64 binary is now optimized.</li> <li>Design-time installer now tries to install the 64-bit builds into the GAC along with the 32-bit build.</li> <li>Fixed a bug in the SQLiteDataReader.GetSchemaTable() function when used with tables containing apostrophes.</li> <li>Fixed an XSD-related bug whereby the XSD utility was unable to locate the provider |
︙ | ︙ |