Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Pre 3.3.4 interim updates |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
ced943931d431747824e33e548d84ccf |
User & Date: | rmsimpson 2006-02-10 19:51:40.000 |
Context
2006-02-10
| ||
23:12 | no message check-in: 55b185c3a5 user: rmsimpson tags: sourceforge | |
19:51 | Pre 3.3.4 interim updates check-in: ced943931d user: rmsimpson tags: sourceforge | |
19:45 | Pre 3.3.4 interim updates check-in: e3ded2c8dc user: rmsimpson tags: sourceforge | |
Changes
Changes to Doc/Extra/version.html.
︙ | ︙ | |||
22 23 24 25 26 27 28 | </div> </div> <div id="nstext"> <h1 class="dtH1">Version History</h1> <p><b>1.0.26.0 - February 10, 2006</b></p> <ul> <li>Code merge with SQLite 3.3.4</li><li>Fixed an encryption bug when changing the password of databases over 1gb in | | > > | > | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | </div> </div> <div id="nstext"> <h1 class="dtH1">Version History</h1> <p><b>1.0.26.0 - February 10, 2006</b></p> <ul> <li>Code merge with SQLite 3.3.4</li><li>Fixed an encryption bug when changing the password of databases over 1gb in size. </li><li>Fixed various designer issues related to construction of named parameters. </li><li>Retooled the GetSchema() method of SQLiteDataReader to use the new 3.3.4 API functions, and made several enhancements and fixes to schemas. </li> <li>Implemented the SourceColumnNullMapping property of SQLiteParameter to fix a DbCommandBuilder code generation bug. </li> <li>Removed the runtime dependency on MSVCR80.DLL. File size is somewhat larger for the varying desktop versions, but the Compact Framework version remains the same.</li><li>Created an install program to manage installation and uninstallation of the SQLite design-time support.</li> <li>Designer support now works for all Visual Studio editions, including all Express Editions.</li> <li>Design-time installer will now remove (if present) the machine.config SQLite entries in favor of installing the xml code into the devenv.exe.config file (or any of the |
︙ | ︙ |
Changes to readme.htm.
︙ | ︙ | |||
107 108 109 110 111 112 113 | <P> Only the <STRONG>System.Data.SQLite.DLL</STRONG> file needs to be distributed with your application(s). This DLL contains both the managed wrapper and the native SQLite3 codebase.</P> <H2><B>Development Notes Regarding the SQLite 3 Source Code</B></H2> <p> The SQLite3 source code is compiled directly from the SQLite.org release | | | | > > > | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | <P> Only the <STRONG>System.Data.SQLite.DLL</STRONG> file needs to be distributed with your application(s). This DLL contains both the managed wrapper and the native SQLite3 codebase.</P> <H2><B>Development Notes Regarding the SQLite 3 Source Code</B></H2> <p> 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.0 - February 10, 2006</b></p> <ul> <li>Code merge with SQLite 3.3.4</li><li>Fixed an encryption bug when changing the password of databases over 1gb in size. </li><li>Fixed various designer issues related to construction of named parameters.</li> <li>Retooled the GetSchema() method of SQLiteDataReader to use the new 3.3.4 API functions, and made several enhancements and fixes to schemas. </li> <li>Implemented the SourceColumnNullMapping property of SQLiteParameter to fix a DbCommandBuilder code generation bug. </li><li>Removed the runtime dependency on MSVCR80.DLL. File size is somewhat larger for the varying desktop versions, but the Compact Framework version remains the same.</li><li>Created an install program to manage installation and uninstallation of the SQLite design-time support.</li> <li>Designer support now works for all Visual Studio editions, including all Express Editions.</li> <li>Design-time installer will now remove (if present) the machine.config SQLite entries |
︙ | ︙ |