Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 1.0.15 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
4ff57a0919e1bac04fc10d33a08476a0 |
User & Date: | rmsimpson 2005-08-22 18:18:12.000 |
Context
2005-08-22
| ||
18:20 | 1.0.15 check-in: 36c2575662 user: rmsimpson tags: sourceforge | |
18:18 | 1.0.15 check-in: 4ff57a0919 user: rmsimpson tags: sourceforge | |
2005-08-18
| ||
03:46 | Updated to reflect 1.0.14 build changes check-in: e14de90abe user: rmsimpson tags: sourceforge | |
Changes
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.15.0")] [assembly: AssemblyFileVersion("1.0.15.0")] [assembly:AssemblyDelaySignAttribute(false)] [assembly:AssemblyKeyFileAttribute("..\\System.Data.SQLite\\System.Data.SQLite.snk")] [assembly:AssemblyKeyNameAttribute("")] |
Changes to SQLite.Designer/SQLiteDataObjectIdentifierResolver.cs.
1 2 3 4 5 6 7 | namespace SQLite.Designer { using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.Data; using Microsoft.VisualStudio.OLE.Interop; | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace SQLite.Designer { using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.Data; using Microsoft.VisualStudio.OLE.Interop; |
︙ | ︙ | |||
37 38 39 40 41 42 43 | break; case "column": case "index": case "foreignkey": case "viewcolumn": length = 4; break; | | | | | | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | break; case "column": case "index": case "foreignkey": case "viewcolumn": length = 4; break; case "indexcolumn": case "foreignkeycolumn": length = 5; break; default: throw new NotSupportedException(); } identifier = new object[length]; // If the input identifier is not null, copy it to the full // identifier array. If the input identifier's length is less |
︙ | ︙ |
Changes to SQLite.Designer/SQLiteDataSourceInformation.cs.
1 2 3 4 5 6 7 | namespace SQLite.Designer { using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.Data; | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace SQLite.Designer { using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.Data; |
︙ | ︙ |
Changes to SQLite.Interop/AssemblyInfo.cpp.
︙ | ︙ | |||
23 24 25 26 27 28 29 | // Minor Version // Build Number // Revision // // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: | | > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | // Minor Version // Build Number // Revision // // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly:AssemblyVersionAttribute("1.0.15.0")]; [assembly:AssemblyFileVersionAttribute("1.0.15.0")]; // // In order to sign your assembly you must specify a key to use. Refer to the // Microsoft CLR Framework documentation for more information on assembly signing. // // You can use the attributes below to control which key is used for signing. // You can also use the project property page for signing under Common Properties |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.vcproj.
1 2 3 4 5 6 7 8 | <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="SQLite.Interop" ProjectGUID="{10B51CE8-A838-44DE-BD82-B658F0296F80}" RootNamespace="SQLite.Interop" Keyword="Win32Proj" | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="SQLite.Interop" ProjectGUID="{10B51CE8-A838-44DE-BD82-B658F0296F80}" RootNamespace="SQLite.Interop" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> <Platform Name="Pocket PC 2003 (ARMV4)" |
︙ | ︙ | |||
199 200 201 202 203 204 205 206 207 208 209 210 211 212 | > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\AssemblyInfo.cpp" > <FileConfiguration Name="Release|Win32" > <Tool | > > > > > > > > > > > > > > > > > > > > | 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\analyze.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> <FileConfiguration Name="Release|Pocket PC 2003 (ARMV4)" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\AssemblyInfo.cpp" > <FileConfiguration Name="Release|Win32" > <Tool |
︙ | ︙ | |||
303 304 305 306 307 308 309 310 311 312 313 314 315 316 | CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\callback.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> | > > > > > > > > > > > > > > > > > > > > | 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 | CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\callback.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> <FileConfiguration Name="Release|Pocket PC 2003 (ARMV4)" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\complete.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> |
︙ | ︙ | |||
863 864 865 866 867 868 869 870 871 872 873 874 875 876 | CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\vdbeaux.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> | > > > > > > > > > > > > > > > > > > > > | 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 | CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\vdbeaux.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> <FileConfiguration Name="Release|Pocket PC 2003 (ARMV4)" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> </FileConfiguration> </File> <File RelativePath=".\src\vdbefifo.c" > <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" CompileAs="2" /> |
︙ | ︙ |
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.15.0")] #if !PLATFORM_COMPACTFRAMEWORK [assembly: AssemblyFileVersion("1.0.15.0")] #endif |
Changes to System.Data.SQLite/SQLiteCommandBuilder.cs.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.Globalization; /// <summary> /// SQLite implementation of DbCommandBuilder. /// </summary> public sealed class SQLiteCommandBuilder : DbCommandBuilder { private EventHandler<RowUpdatingEventArgs> _handler; | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.Globalization; using System.ComponentModel; /// <summary> /// SQLite implementation of DbCommandBuilder. /// </summary> public sealed class SQLiteCommandBuilder : DbCommandBuilder { private EventHandler<RowUpdatingEventArgs> _handler; |
︙ | ︙ | |||
94 95 96 97 98 99 100 | adp.RowUpdating += _handler; } private void RowUpdatingEventHandler(object sender, RowUpdatingEventArgs e) { base.RowUpdatingHandler(e); } | | > > > > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 95 96 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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | adp.RowUpdating += _handler; } private void RowUpdatingEventHandler(object sender, RowUpdatingEventArgs e) { base.RowUpdatingHandler(e); } /// <summary> /// Overridden to hide its property from the designer /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [Browsable(false)] #endif public override CatalogLocation CatalogLocation { get { return base.CatalogLocation; } set { base.CatalogLocation = value; } } /// <summary> /// Overridden to hide its property from the designer /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [Browsable(false)] #endif public override string CatalogSeparator { get { return base.CatalogSeparator; } set { base.CatalogSeparator = value; } } /// <summary> /// Overridden to hide its property from the designer /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [Browsable(false)] #endif public override string QuotePrefix { get { return base.QuotePrefix; } set { base.QuotePrefix = value; } } /// <summary> /// Overridden to hide its property from the designer /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [Browsable(false)] #endif public override string QuoteSuffix { get { return base.QuoteSuffix; } set { base.QuoteSuffix = value; } } /// <summary> /// Overridden to hide its property from the designer /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [Browsable(false)] #endif public override string SchemaSeparator { get { return base.SchemaSeparator; } set { base.SchemaSeparator = value; } } } } |
Changes to System.Data.SQLite/SQLiteConnectionStringBuilder.cs.
︙ | ︙ | |||
8 9 10 11 12 13 14 | namespace System.Data.SQLite { using System; using System.Data.Common; using System.ComponentModel; using System.Collections; using System.Globalization; | > | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | namespace System.Data.SQLite { using System; using System.Data.Common; using System.ComponentModel; using System.Collections; using System.Globalization; using System.Reflection; #if !PLATFORM_COMPACTFRAMEWORK using System.ComponentModel.Design; /// <summary> /// SQLite implementation of DbConnectionStringBuilder. /// </summary> [DefaultProperty("DataSource")] [DefaultMember("Item")] public sealed class SQLiteConnectionStringBuilder : DbConnectionStringBuilder { /// <summary> /// Properties of this class /// </summary> private Hashtable _properties; |
︙ | ︙ |
Changes to System.Data.SQLite/SQLiteConvert.cs.
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | namespace System.Data.SQLite { using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; #if !PLATFORM_COMPACTFRAMEWORK using System.ComponentModel.Design; #endif /// <summary> /// SQLite has very limited types, and is inherently text-based. The first 5 types below represent the sum of all types SQLite | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | namespace System.Data.SQLite { using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Text; #if !PLATFORM_COMPACTFRAMEWORK using System.ComponentModel.Design; #endif /// <summary> /// SQLite has very limited types, and is inherently text-based. The first 5 types below represent the sum of all types SQLite |
︙ | ︙ | |||
118 119 120 121 122 123 124 | "yy-MM-dd", "yyyyMMdd", "HH:mm:ss", "THHmmss" }; /// <summary> | | | | | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | "yy-MM-dd", "yyyyMMdd", "HH:mm:ss", "THHmmss" }; /// <summary> /// An UTF-8 Encoding instance, so we can convert strings to and from UTF-8 /// </summary> private Encoding _utf8 = new UTF8Encoding(); /// <summary> /// The default DateTime format for this instance /// </summary> private SQLiteDateFormats _datetimeFormat; /// <summary> /// Initializes the conversion class /// </summary> /// <param name="fmt">The default date/time format to use for this instance</param> internal SQLiteConvert(SQLiteDateFormats fmt) { _datetimeFormat = fmt; } #region UTF-8 Conversion Functions /// <summary> /// Converts a string to a UTF-8 encoded byte array sized to include a null-terminating character. /// </summary> /// <param name="sourceText">The string to convert to UTF-8</param> /// <returns>A byte array containing the converted string plus an extra 0 terminating byte at the end of the array.</returns> public byte[] ToUTF8(string sourceText) { Byte[] byteArray; int nlen = _utf8.GetByteCount(sourceText) + 1; byteArray = new byte[nlen]; nlen = _utf8.GetBytes(sourceText, 0, sourceText.Length, byteArray, 0); byteArray[nlen] = 0; |
︙ | ︙ | |||
176 177 178 179 180 181 182 | /// <param name="nativestring">The pointer to the memory where the UTF-8 string is encoded</param> /// <param name="nativestringlen">The number of bytes to decode</param> /// <returns>A string containing the translated character(s)</returns> public virtual string ToString(IntPtr nativestring, int nativestringlen) { if (nativestringlen == 0) return ""; | | < | 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | /// <param name="nativestring">The pointer to the memory where the UTF-8 string is encoded</param> /// <param name="nativestringlen">The number of bytes to decode</param> /// <returns>A string containing the translated character(s)</returns> public virtual string ToString(IntPtr nativestring, int nativestringlen) { if (nativestringlen == 0) return ""; byte[] byteArray = new byte[nativestringlen]; Marshal.Copy(nativestring, byteArray, 0, nativestringlen); return _utf8.GetString(byteArray, 0, nativestringlen); } #endregion |
︙ | ︙ |
Changes to System.Data.SQLite/SQLiteDataAdapter.cs.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; /// <summary> /// SQLite implementation of DbDataAdapter. /// </summary> public sealed class SQLiteDataAdapter : DbDataAdapter { /// <overloads> /// This class is just a shell around the DbDataAdapter. Nothing from DbDataAdapter is overridden here, just a few constructors are defined. /// </overloads> /// <summary> /// Default constructor. /// </summary> public SQLiteDataAdapter() | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | /******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.ComponentModel; /// <summary> /// SQLite implementation of DbDataAdapter. /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [DefaultEvent("RowUpdated")] #endif public sealed class SQLiteDataAdapter : DbDataAdapter { private static object _updatingEventPH = new object(); private static object _updatedEventPH = new object(); /// <overloads> /// This class is just a shell around the DbDataAdapter. Nothing from DbDataAdapter is overridden here, just a few constructors are defined. /// </overloads> /// <summary> /// Default constructor. /// </summary> public SQLiteDataAdapter() |
︙ | ︙ | |||
55 56 57 58 59 60 61 | SQLiteConnection cnn = new SQLiteConnection(connectionString); SelectCommand = new SQLiteCommand(commandText, cnn); } /// <summary> /// Row updating event handler /// </summary> | | > > > > | > > > > > > | | > > | | | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | SQLiteConnection cnn = new SQLiteConnection(connectionString); SelectCommand = new SQLiteCommand(commandText, cnn); } /// <summary> /// Row updating event handler /// </summary> public event EventHandler<RowUpdatingEventArgs> RowUpdating { add { base.Events.AddHandler(_updatingEventPH, value); } remove { base.Events.RemoveHandler(_updatingEventPH, value); } } /// <summary> /// Row updated event handler /// </summary> public event EventHandler<RowUpdatedEventArgs> RowUpdated { add { base.Events.AddHandler(_updatedEventPH, value); } remove { base.Events.RemoveHandler(_updatedEventPH, value); } } /// <summary> /// Raised by the underlying DbDataAdapter when a row is being updated /// </summary> /// <param name="value">The event's specifics</param> protected override void OnRowUpdating(RowUpdatingEventArgs value) { EventHandler<RowUpdatingEventArgs> handler = base.Events[_updatingEventPH] as EventHandler<RowUpdatingEventArgs>; if (handler != null) handler(this, value); } /// <summary> /// Raised by DbDataAdapter after a row is updated /// </summary> /// <param name="value">The event's specifics</param> protected override void OnRowUpdated(RowUpdatedEventArgs value) { EventHandler<RowUpdatedEventArgs> handler = base.Events[_updatingEventPH] as EventHandler<RowUpdatedEventArgs>; if (handler != null) handler(this, value); } } } |
Changes to System.Data.SQLite/SQLiteDataReader.cs.
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.Collections.Generic; using System.Globalization; /// <summary> /// SQLite implementation of DbDataReader. /// </summary> public sealed class SQLiteDataReader : DbDataReader { /// <summary> | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.Collections.Generic; using System.Globalization; using System.Reflection; /// <summary> /// SQLite implementation of DbDataReader. /// </summary> public sealed class SQLiteDataReader : DbDataReader { /// <summary> |
︙ | ︙ |
Changes to System.Data.SQLite/SQLiteParameterCollection.cs.
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.Collections.Generic; using System.Globalization; /// <summary> /// SQLite implementation of DbParameterCollection. /// </summary> public sealed class SQLiteParameterCollection : DbParameterCollection { /// <summary> /// The underlying command to which this collection belongs /// </summary> private SQLiteCommand _command; /// <summary> | > > > > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | namespace System.Data.SQLite { using System; using System.Data; using System.Data.Common; using System.Collections.Generic; using System.Globalization; using System.ComponentModel; using System.Reflection; /// <summary> /// SQLite implementation of DbParameterCollection. /// </summary> #if !PLATFORM_COMPACTFRAMEWORK [ListBindable(true)] #endif [DefaultMember("Item")] public sealed class SQLiteParameterCollection : DbParameterCollection { /// <summary> /// The underlying command to which this collection belongs /// </summary> private SQLiteCommand _command; /// <summary> |
︙ | ︙ |
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.cmd.
1 2 3 4 5 | @ECHO OFF SETLOCAL SET MYDIR=%~dp0 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | @ECHO OFF SETLOCAL SET MYDIR=%~dp0 SET REGROOT=SOFTWARE\Microsoft\VisualStudio\8.0Exp SET XMLPATH=%MYDIR% :ParseCmdLine IF "%1"=="" GOTO Main IF "%1"=="/regroot" IF NOT "%~2"=="" SET REGROOT=%~2& SHIFT & GOTO NextCmdLine IF "%1"=="/xmlpath" IF NOT "%~2"=="" SET XMLPATH=%~f2& SHIFT & GOTO NextCmdLine |
︙ | ︙ |
Changes to bin/Designer/Install.vbs.
|
| | | 1 2 3 4 5 6 7 8 | Const SQLiteVersion = "1.0.15.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/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 | <!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.15 - Aug 22, 2005<br> Interop using SQLite 3.2.3<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 tested using the Visual Studio 2005 Beta 2 release.<br> <br> The latest version can be downloaded <a href="http://sourceforge.net/projects/sqlite-dotnet2"> |
︙ | ︙ | |||
81 82 83 84 85 86 87 | in the DbProviderFactories methods, you must add the following segment into either your application's app.config or the system's machine.config located in the %SystemRoot%\Microsoft.Net\Framework\v2.xxxx\Config folder:<br> <br> <pre><configuration> <system.data> <DbProviderFactories> | | | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | in the DbProviderFactories methods, you must add the following segment into either your application's app.config or the system's machine.config located in the %SystemRoot%\Microsoft.Net\Framework\v2.xxxx\Config folder:<br> <br> <pre><configuration> <system.data> <DbProviderFactories> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite"<BR> type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.15.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration> </pre> <P>If you choose to install the Visual Studio Design-Time support for SQLite, you must not add the above XML to your app.config. The installer will have already added it to your machine's machine.config file.</P> |
︙ | ︙ | |||
149 150 151 152 153 154 155 156 157 158 159 160 161 162 | <li> <FONT color="silver">Compile it. </FONT> </li> </ol> <b></b> <h2> <b>Version History</b></h2> <b>1.0.14 - August 16, 2005</b><br> <ul> <li> Fixed a bug in the SQLiteDataAdapter due to insufficient implementation of the class. The RowUpdating and RowUpdated events are now properly implemented, but unfortunately inserting and updating data in a DataTable or DataSet is now much slower. This is the proper design however, so the | > > > > > | 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | <li> <FONT color="silver">Compile it. </FONT> </li> </ol> <b></b> <h2> <b>Version History</b></h2> <b>1.0.15 - August 22, 2005</b><br> <ul> <li>Code merge with SQLite 3.2.3 <LI>Minor updates for better design-time experience. More design-time code to follow in subsequent releases. </ul> <b>1.0.14 - August 16, 2005</b><br> <ul> <li> Fixed a bug in the SQLiteDataAdapter due to insufficient implementation of the class. The RowUpdating and RowUpdated events are now properly implemented, but unfortunately inserting and updating data in a DataTable or DataSet is now much slower. This is the proper design however, so the |
︙ | ︙ |
Changes to test/TestCases.cs.
︙ | ︙ | |||
84 85 86 87 88 89 90 | try { BinaryInsert(cnn); Console.WriteLine("SUCCESS - BinaryInsert (using named parameter)"); } catch (Exception) { Console.WriteLine("FAIL - BinaryInsert"); } try { VerifyBinaryData(cnn); Console.WriteLine("SUCCESS - VerifyBinaryData"); } catch (Exception) { Console.WriteLine("FAIL - VerifyBinaryData"); } | | | | | | | | | | | | | | | | 84 85 86 87 88 89 90 91 92 93 94 95 96 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 | try { BinaryInsert(cnn); Console.WriteLine("SUCCESS - BinaryInsert (using named parameter)"); } catch (Exception) { Console.WriteLine("FAIL - BinaryInsert"); } try { VerifyBinaryData(cnn); Console.WriteLine("SUCCESS - VerifyBinaryData"); } catch (Exception) { Console.WriteLine("FAIL - VerifyBinaryData"); } try { ParameterizedInsertMissingParams(cnn); Console.WriteLine("FAIL - ParameterizedInsertMissingParams\r\n"); } catch (Exception) { Console.WriteLine("SUCCESS - ParameterizedInsertMissingParams\r\n"); } // try { TimeoutTest(cnn); Console.WriteLine("SUCCESS - TimeoutTest"); } // catch (Exception) { Console.WriteLine("FAIL - TimeoutTest"); } try { DataAdapter(fact, cnn, false); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - DataAdapter"); } try { DataAdapter(fact, cnn, true); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - DataAdapterWithIdentityFetch"); } try { FastInsertMany(cnn); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - FastInsertMany"); } try { IterationTest(cnn); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - Iteration Test"); } try { UserFunction(cnn); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - UserFunction"); } try { UserAggregate(cnn); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - UserAggregate"); } try { UserCollation(cnn); Console.WriteLine(""); } catch (Exception) { Console.WriteLine("FAIL - UserCollation"); } try { DropTable(cnn); Console.WriteLine("SUCCESS - DropTable"); } catch (Exception) { Console.WriteLine("FAIL - DropTable"); } Console.WriteLine("\r\nTests Finished."); } |
︙ | ︙ | |||
245 246 247 248 249 250 251 | internal static void BinaryInsert(DbConnection cnn) { using (DbCommand cmd = cnn.CreateCommand()) { cmd.CommandText = "INSERT INTO TestCase(Field6) VALUES($bin)"; DbParameter Field6 = cmd.CreateParameter(); | < < > > | 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 | internal static void BinaryInsert(DbConnection cnn) { using (DbCommand cmd = cnn.CreateCommand()) { cmd.CommandText = "INSERT INTO TestCase(Field6) VALUES($bin)"; DbParameter Field6 = cmd.CreateParameter(); byte[] b = new byte[4000]; b[0] = 1; b[100] = 2; b[1000] = 3; b[2000] = 4; b[3000] = 5; Field6.ParameterName = "$bin"; Field6.Value = b; cmd.Parameters.Add(Field6); cmd.ExecuteNonQuery(); } } internal static void VerifyBinaryData(DbConnection cnn) { |
︙ | ︙ | |||
312 313 314 315 316 317 318 | cmd.Parameters.Add(Field4); // Assertion here, not enough parameters cmd.ExecuteNonQuery(); } } | > | > > | | > > > > > < > | | | | | | | | | 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | cmd.Parameters.Add(Field4); // Assertion here, not enough parameters cmd.ExecuteNonQuery(); } } // Utilizes the SQLiteCommandBuilder, // which in turn utilizes SQLiteDataReader's GetSchemaTable() functionality // This insert is slow because it must raise callbacks before and after every update. // For a fast update, see the FastInsertMany function beneath this one internal static void DataAdapter(DbProviderFactory fact, DbConnection cnn, bool bWithIdentity) { using (DbTransaction dbTrans = cnn.BeginTransaction()) { using (DbDataAdapter adp = fact.CreateDataAdapter()) { using (DbCommand cmd = cnn.CreateCommand()) { cmd.Transaction = dbTrans; cmd.CommandText = "SELECT * FROM TestCase"; adp.SelectCommand = cmd; // We're deliberately not loading the data adapter with an insert command // unless we're doing the identity fetch. This tests the CommandBuilder's ability // to autogenerate that command when the insert occurs, which consequently tests // the SQLiteDataAdapter's ability to raise events. using (DbCommandBuilder bld = fact.CreateCommandBuilder()) { bld.DataAdapter = adp; if (bWithIdentity) { adp.InsertCommand = bld.GetInsertCommand(); adp.InsertCommand.CommandText += ";SELECT [ID] FROM TestCase WHERE RowID = last_insert_rowid()"; adp.InsertCommand.UpdatedRowSource = UpdateRowSource.FirstReturnedRecord; } using (DataTable tbl = new DataTable()) { adp.Fill(tbl); for (int n = 0; n < 10000; n++) { DataRow row = tbl.NewRow(); row[1] = n + 10000; tbl.Rows.Add(row); } Console.WriteLine(String.Format(" Inserting using CommandBuilder and DataAdapter\r\n ->{0} (10,000 rows) ...", (bWithIdentity == true) ? "(with identity fetch)" : "")); long dtStart = DateTime.Now.Ticks; adp.Update(tbl); long dtEnd = DateTime.Now.Ticks; dtEnd -= dtStart; Console.Write(String.Format(" -> Insert Ends in {0} ms ... ", (dtEnd / 10000))); dtStart = DateTime.Now.Ticks; dbTrans.Commit(); dtEnd = DateTime.Now.Ticks; dtEnd -= dtStart; Console.WriteLine(String.Format("Commits in {0} ms", (dtEnd / 10000))); } } } } } } internal static void FastInsertMany(DbConnection cnn) { using (DbTransaction dbTrans = cnn.BeginTransaction()) { long dtStart; long dtEnd; using (DbCommand cmd = cnn.CreateCommand()) { cmd.CommandText = "INSERT INTO TestCase(Field1) VALUES(?)"; DbParameter Field1 = cmd.CreateParameter(); cmd.Parameters.Add(Field1); Console.WriteLine(String.Format(" Fast insert using parameters and prepared statement\r\n -> (100,000 rows) Begins ... ")); dtStart = DateTime.Now.Ticks; for (int n = 0; n < 100000; n++) { Field1.Value = n + 100000; cmd.ExecuteNonQuery(); } dtEnd = DateTime.Now.Ticks; dtEnd -= dtStart; Console.Write(String.Format(" -> Ends in {0} ms ... ", (dtEnd / 10000))); } dtStart = DateTime.Now.Ticks; dbTrans.Commit(); dtEnd = DateTime.Now.Ticks; dtEnd -= dtStart; Console.WriteLine(String.Format("Commits in {0} ms", (dtEnd / 10000))); } } // Causes the user-defined function to be called internal static void UserFunction(DbConnection cnn) { using (DbCommand cmd = cnn.CreateCommand()) |
︙ | ︙ | |||
565 566 567 568 569 570 571 | nCount = 0; dtStart = DateTime.Now.Ticks; while (DateTime.Now.Ticks - dtStart < 10000000) { n = Convert.ToInt32(cmd.ExecuteScalar()); nCount++; } | | | 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 | nCount = 0; dtStart = DateTime.Now.Ticks; while (DateTime.Now.Ticks - dtStart < 10000000) { n = Convert.ToInt32(cmd.ExecuteScalar()); nCount++; } if (n != 120003) throw new ArgumentOutOfRangeException("Unexpected count"); Console.WriteLine(String.Format(" UserAggregate executed {0} times in 1 second.", nCount)); } } // Causes the user-defined collation sequence to be iterated through internal static void UserCollation(DbConnection cnn) { |
︙ | ︙ |
Changes to testce/TestCases.cs.
︙ | ︙ | |||
98 99 100 101 102 103 104 105 106 107 108 109 110 111 | catch (Exception) { frm.WriteLine("SUCCESS - ParameterizedInsertMissingParams"); } try { InsertMany(cnn, false); frm.WriteLine("SUCCESS - InsertMany"); } catch (Exception) { frm.WriteLine("FAIL - InsertMany"); } try { InsertMany(cnn, true); frm.WriteLine("SUCCESS - InsertManyWithIdentityFetch"); } catch (Exception) { frm.WriteLine("FAIL - InsertManyWithIdentityFetch"); } try { IterationTest(cnn); frm.WriteLine("SUCCESS - Iteration Test"); } catch (Exception) { frm.WriteLine("FAIL - Iteration Test"); } try { UserFunction(cnn); frm.WriteLine("SUCCESS - UserFunction"); } catch (Exception) { frm.WriteLine("FAIL - UserFunction"); } | > > > | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | catch (Exception) { frm.WriteLine("SUCCESS - ParameterizedInsertMissingParams"); } try { InsertMany(cnn, false); frm.WriteLine("SUCCESS - InsertMany"); } catch (Exception) { frm.WriteLine("FAIL - InsertMany"); } try { InsertMany(cnn, true); frm.WriteLine("SUCCESS - InsertManyWithIdentityFetch"); } catch (Exception) { frm.WriteLine("FAIL - InsertManyWithIdentityFetch"); } try { FastInsertMany(cnn); frm.WriteLine("SUCCESS - FastInsertMany"); } catch (Exception) { frm.WriteLine("FAIL - FastInsertMany"); } try { IterationTest(cnn); frm.WriteLine("SUCCESS - Iteration Test"); } catch (Exception) { frm.WriteLine("FAIL - Iteration Test"); } try { UserFunction(cnn); frm.WriteLine("SUCCESS - UserFunction"); } catch (Exception) { frm.WriteLine("FAIL - UserFunction"); } |
︙ | ︙ | |||
365 366 367 368 369 370 371 372 373 374 375 376 377 378 | frm.WriteLine(String.Format("Commits in {0} ms", (dtEnd / 10000))); } } } } } } // Causes the user-defined function to be called internal void UserFunction(DbConnection cnn) { using (DbCommand cmd = cnn.CreateCommand()) { int nTimes; | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 | frm.WriteLine(String.Format("Commits in {0} ms", (dtEnd / 10000))); } } } } } } internal void FastInsertMany(DbConnection cnn) { using (DbTransaction dbTrans = cnn.BeginTransaction()) { long dtStart; long dtEnd; using (DbCommand cmd = cnn.CreateCommand()) { cmd.CommandText = "INSERT INTO TestCase(Field1) VALUES(?)"; DbParameter Field1 = cmd.CreateParameter(); cmd.Parameters.Add(Field1); frm.WriteLine(String.Format(" Fast insert using parameters and prepared statement\r\n -> (10,000 rows) Begins ... ")); dtStart = DateTime.Now.Ticks; for (int n = 0; n < 10000; n++) { Field1.Value = n + 100000; cmd.ExecuteNonQuery(); } dtEnd = DateTime.Now.Ticks; dtEnd -= dtStart; frm.Write(String.Format(" -> Ends in {0} ms ... ", (dtEnd / 10000))); } dtStart = DateTime.Now.Ticks; dbTrans.Rollback(); dtEnd = DateTime.Now.Ticks; dtEnd -= dtStart; frm.WriteLine(String.Format("Rolled back in {0} ms", (dtEnd / 10000))); } } // Causes the user-defined function to be called internal void UserFunction(DbConnection cnn) { using (DbCommand cmd = cnn.CreateCommand()) { int nTimes; |
︙ | ︙ |