Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 1.08 Refresh |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
3299a17a573468bd3d80c00264abb0a0 |
User & Date: | rmsimpson 2005-03-24 19:36:25.000 |
Context
2005-03-24
| ||
19:37 | 1.08 Refresh, added documentation check-in: b56fd4b082 user: rmsimpson tags: sourceforge | |
19:36 | 1.08 Refresh check-in: 3299a17a57 user: rmsimpson tags: sourceforge | |
19:35 | no message check-in: e95d46cd7c user: rmsimpson tags: sourceforge | |
Changes
Changes to SQLite.Interop/SQLite.Interop.vcproj.
︙ | ︙ | |||
40 41 42 43 44 45 46 | <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NO_TCL;THREADSAFE" StringPooling="true" ExceptionHandling="0" BasicRuntimeChecks="3" | | | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NO_TCL;THREADSAFE" StringPooling="true" ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="3" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="1" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" |
︙ | ︙ | |||
97 98 99 100 101 102 103 | </Configuration> <Configuration Name="Release|Win32" OutputDirectory="Release" IntermediateDirectory="Release" ConfigurationType="2" CharacterSet="2" | | | | | 97 98 99 100 101 102 103 104 105 106 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 134 135 | </Configuration> <Configuration Name="Release|Win32" OutputDirectory="Release" IntermediateDirectory="Release" ConfigurationType="2" CharacterSet="2" WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="3" FavorSizeOrSpeed="1" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NO_TCL;THREADSAFE" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="2" BufferSecurityCheck="false" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="1" DebugInformationFormat="0" /> <Tool |
︙ | ︙ |
Changes to bin/SQLite.Interop.dll.
cannot compute difference between binary files
Changes to bin/System.Data.SQLite.dll.
cannot compute difference between binary files
Changes to bin/test.exe.
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 16 17 18 19 20 21 22 | <!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.8 - Mar 24, 2005<br /> Interop using SQLite 3.20<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 /> This provider was written and verified using the Visual Studio 2005 November, December and February 2005 CTP's. The binaries included in the distribution were compiled with the 2.0.50110 version of the .NET framework (VS2005 February 2005 CTP).<br /> <br /> The latest version can be downloaded <a href="http://sourceforge.net/projects/sqlite-dotnet2">here</a> <br /> <br /> <b></b> <h2> |
︙ | ︙ | |||
93 94 95 96 97 98 99 100 101 102 103 104 105 106 | <b>static void _generateColumnNames</b> (<i>note the underscore in front of the name</i>).</li> <li>Compile it.</li> </ol> <b> </b> <h2> <b>Version History</b></h2> <b>1.08 - Mar 11, 2005<br /> </b> <ul> <li>Added additional #if statements to support the old beta 1 edition of VS2005.</li> <li>Code merged the SQLite 3.14 source.</li> </ul> <b>1.07 - Mar 5, 2005</b><br /> | > > > > > > | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | <b>static void _generateColumnNames</b> (<i>note the underscore in front of the name</i>).</li> <li>Compile it.</li> </ol> <b> </b> <h2> <b>Version History</b></h2> <b>1.08 Refresh - Mar 24, 2005<br /> </b> <ul> <li>Code merge with the latest 3.20 version of SQLite.</li> <li>Recompiled the help file to fix a build error in it.</li> </ul> <b>1.08 - Mar 11, 2005<br /> </b> <ul> <li>Added additional #if statements to support the old beta 1 edition of VS2005.</li> <li>Code merged the SQLite 3.14 source.</li> </ul> <b>1.07 - Mar 5, 2005</b><br /> |
︙ | ︙ |