Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 1.0.22.0 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
3591c117aa99cdc41d4972fdc72747fd |
User & Date: | rmsimpson 2005-11-10 21:08:50.000 |
Context
2005-11-10
| ||
21:11 | Minor reference change check-in: 943d933b95 user: rmsimpson tags: sourceforge | |
21:08 | 1.0.22.0 check-in: 3591c117aa user: rmsimpson tags: sourceforge | |
21:08 | Globalization bugfixes check-in: 3a7fb899f7 user: rmsimpson tags: sourceforge | |
Changes
Changes to Doc/SQLite.NET.chm.
cannot compute difference between binary files
Changes to SQLite.Designer/AssemblyInfo.cs.
︙ | ︙ | |||
28 29 30 31 32 33 34 | // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: | | | | 28 29 30 31 32 33 34 35 36 37 38 39 | // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.22.0")] [assembly: AssemblyFileVersion("1.0.22.0")] [assembly:AssemblyDelaySignAttribute(false)] [assembly:AssemblyKeyFileAttribute("..\\System.Data.SQLite\\System.Data.SQLite.snk")] [assembly:AssemblyKeyNameAttribute("")] |
Changes to SQLite.Interop/SQLite.Interop.rc.
︙ | ︙ | |||
49 50 51 52 53 54 55 | ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO | | | | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,22,0 PRODUCTVERSION 1,0,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "http://sourceforge.net/projects/sqlite-dotnet2" VALUE "FileDescription", "SQLite.NET Interop Library" VALUE "FileVersion", "1.0.22.0" VALUE "InternalName", "SQLite.Interop.DLL" VALUE "LegalCopyright", "Released to the public domain" VALUE "OriginalFilename", "SQLite3.DLL 3.2.7" VALUE "ProductName", "SQLite.NET" VALUE "ProductVersion", "1.0" END END |
︙ | ︙ |
Changes to System.Data.SQLite/AssemblyInfo.cs.
︙ | ︙ | |||
35 36 37 38 39 40 41 | // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: | | | | 35 36 37 38 39 40 41 42 43 44 45 | // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.22.0")] #if !PLATFORM_COMPACTFRAMEWORK [assembly: AssemblyFileVersion("1.0.22.0")] #endif |
Changes to bin/CompactFramework/SQLite.Interop.dll.
cannot compute difference between binary files
Changes to bin/CompactFramework/System.Data.SQLite.dll.
cannot compute difference between binary files
Changes to bin/CompactFramework/testce.exe.
cannot compute difference between binary files
Changes to bin/Designer/Install.vbs.
|
| | | 1 2 3 4 5 6 7 8 | Const SQLiteVersion = "1.0.22.0" Main Sub Main() Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") |
︙ | ︙ |
Changes to bin/Designer/SQLite.Designer.dll.
cannot compute difference between binary files
Changes to bin/System.Data.SQLite.dll.
cannot compute difference between binary files
Changes to bin/itanium/System.Data.SQLite.DLL.
cannot compute difference between binary files
Changes to bin/test.exe.
cannot compute difference between binary files
Changes to bin/x64/System.Data.SQLite.DLL.
cannot compute difference between binary files
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.22.0 - Nov 11, 2005<br> Interop using SQLite 3.2.7<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> |
︙ | ︙ | |||
146 147 148 149 150 151 152 153 154 155 156 157 158 159 | <li> Compile it. </li> </ol> <b></b> <h2> <b>Version History</b></h2> <p><b>1.0.21 - November 4, 2005</b></p> <UL> <li>Fixed a designer bug when creating typed datasets with parameterized queries.</li> <li>The above fix then exposed another bug in the datareader's ability to query schema information on parameterized commands, which was also fixed.</li> <li>Compiled against the RTM version of VS2005.</li> <li>Rewrote the design-time install script to use the XML DOM objects when writing | > > > > | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | <li> Compile it. </li> </ol> <b></b> <h2> <b>Version History</b></h2> <p><b>1.0.22 - November 11, 2005</b></p> <ul> <li>Fixed some globalization issues which resulted in incorrect case-insensitive comparisons</li> </ul> <p><b>1.0.21 - November 4, 2005</b></p> <UL> <li>Fixed a designer bug when creating typed datasets with parameterized queries.</li> <li>The above fix then exposed another bug in the datareader's ability to query schema information on parameterized commands, which was also fixed.</li> <li>Compiled against the RTM version of VS2005.</li> <li>Rewrote the design-time install script to use the XML DOM objects when writing |
︙ | ︙ |