Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for Doc/Extra/version.html
2014-02-04
| ||
22:55 | Renamed to Doc/Extra/Provider/version.html. Reorganize the documentation files. check-in: [6fc137b4c3] user: mistachkin branch: trunk, size: 0 | |
2014-02-03
| ||
20:48 | Update SQLite core library to the 3.8.3 release. file: [921b3cab6e] check-in: [6916e0a91c] user: mistachkin branch: trunk, size: 108016 | |
2014-02-02
| ||
20:47 | Update version history docs. file: [cad1bed47a] check-in: [7fc184d105] user: mistachkin branch: trunk, size: 108009 | |
2014-02-01
| ||
00:51 | Add support for per-connection mappings between type names and DbType values. Pursuant to [e87af1d06a]. file: [d380fc4bf7] check-in: [d84ccf015e] user: mistachkin branch: trunk, size: 107827 | |
2014-01-18
| ||
01:52 | Update SQLite core library to the latest trunk code. file: [e2a9f14b60] check-in: [56ef8a255f] user: mistachkin branch: trunk, size: 107637 | |
2014-01-17
| ||
00:10 | Add connection flags NoConnectionPool and UseConnectionPool. Several enhancements to the stress test. file: [06a32ef15d] check-in: [54f887ca5c] user: mistachkin branch: trunk, size: 107546 | |
2014-01-13
| ||
01:17 | Update version history docs. file: [0094b2dbb9] check-in: [3a4aaf4f5b] user: mistachkin branch: ef6, size: 107419 | |
2014-01-06
| ||
04:57 | Fix typo in version history docs. file: [6b18538aa0] check-in: [6f7c19e383] user: mistachkin branch: trunk, size: 107160 | |
04:56 | Add SQLiteCompileOptions and InteropCompileOptions properties to the SQLiteConnection class to return the compile-time options for the SQLite core library and interop assembly, respectively. file: [05db642075] check-in: [30dedcb819] user: mistachkin branch: trunk, size: 107157 | |
2014-01-04
| ||
00:04 | Add BindInvariantText and ConvertInvariantText connection flags to force the invariant culture to be used when converting parameter values to/from strings. file: [d1301d0a64] check-in: [f2f08c2ab7] user: mistachkin branch: trunk, size: 106954 | |
2013-12-31
| ||
07:50 | Update version history docs. file: [e170fbed75] check-in: [65cfd24266] user: mistachkin branch: trunk, size: 106783 | |
2013-12-27
| ||
11:02 | Modify the native library pre-loader to optionally support searching for the SQLite native library in more than one location. Bump all versions to 1.0.91.0. Update version history docs. file: [1c18d2ba23] check-in: [ae2e6767b5] user: mistachkin branch: refactorNativeLibraryPreLoader, size: 106117 | |
2013-12-23
| ||
15:38 | Pre-release updates for 1.0.90.0 file: [eaa9a8c716] check-in: [31a201c818] user: mistachkin branch: preRelease, size: 105743 | |
2013-12-19
| ||
13:14 | Merge updates from trunk. file: [7133f19e9d] check-in: [fb303dde33] user: mistachkin branch: tkt-56b42d99c1, size: 105787 | |
13:13 | Update version history docs. file: [dc0922852e] check-in: [619ae93189] user: mistachkin branch: tkt-56b42d99c1, size: 105344 | |
13:11 | Update version history docs. file: [92dab248f9] check-in: [29f80bd37b] user: mistachkin branch: trunk, size: 105606 | |
2013-12-06
| ||
21:35 | Update SQLite core library to the official 3.8.2 release. file: [c509d309bb] check-in: [b4899f4421] user: mistachkin branch: trunk, size: 105163 | |
2013-11-27
| ||
01:24 | Add project and solution files for Visual Studio 2013. file: [b498c22053] check-in: [3daf352762] user: mistachkin branch: vs2013, size: 105156 | |
2013-11-22
| ||
02:48 | Support for Windows Embedded Compact 2013 in the build and release automation. file: [e9e0ebbb72] check-in: [0f1a7b72fa] user: mistachkin branch: wince2013, size: 104917 | |
2013-11-13
| ||
20:43 | Better handling of non-error log messages from the SQLite core library. Pursuant to [44df10ea90]. file: [c837d09b1c] check-in: [70d2eddb52] user: mistachkin branch: trunk, size: 104855 | |
2013-11-08
| ||
20:28 | Update SQLite core library to the latest trunk code. Add experimental support for tighter Win32 native heap integration. file: [b423b76c05] check-in: [ed1309f951] user: mistachkin branch: win32heap, size: 104672 | |
2013-11-07
| ||
03:28 | Add SQLITE_ENABLE_MEMORY_MANAGEMENT compile-time option to the interop assembly. file: [bda28ffab1] check-in: [9056f6e0d5] user: mistachkin branch: trunk, size: 104581 | |
01:27 | Never create a new connection wrapper in the SQLiteConnection.Shutdown method. Add experimental GetMemoryStatistics, ReleaseMemory, and Shutdown methods to the SQLiteConnection class. Add memory leak detection to the test project for the .NET Compact Framework. Miscellaneous internal refactoring and additional comments. file: [2780c88322] check-in: [aa16f48eea] user: mistachkin branch: trunk, size: 104485 | |
2013-10-28
| ||
08:15 | Bump all version numbers to 1.0.90.0. Update version history docs. file: [8d3809650f] check-in: [57c0d444d7] user: mistachkin branch: regexp, size: 104128 | |
2013-10-27
| ||
01:53 | Final updates for release 1.0.89.0. file: [adddb53b17] check-in: [e0418c2d52] user: mistachkin branch: preRelease, size: 103871 | |
2013-10-26
| ||
22:22 | Update version history docs. file: [9d3b95e407] check-in: [6b0f29bd0a] user: mistachkin branch: trunk, size: 103916 | |
2013-10-17
| ||
21:58 | Update estimated release date for 1.0.89.0. file: [a4f01b4ec3] check-in: [d801c45c81] user: mistachkin branch: trunk, size: 103760 | |
21:54 | Update SQLite core library to the 3.8.1 release. file: [d2d5a21eb1] check-in: [581613b242] user: mistachkin branch: trunk, size: 103762 | |
2013-10-15
| ||
06:52 | Add AutoCommit property to the SQLiteConnection class. Fix for [9ba9346f75]. file: [450c2a5838] check-in: [a6dfd19657] user: mistachkin branch: trunk, size: 103755 | |
2013-09-18
| ||
02:31 | Simplify and cleanup authorizer tests. Update version history docs. file: [73ff55de7e] check-in: [441ccabcc6] user: mistachkin branch: trunk, size: 103592 | |
2013-09-17
| ||
07:04 | Rename the ManagedVersion property to ProviderVersion. Rename the ManagedSourceId property to ProviderSourceId. Add InteropVersion and InteropSourceId properties to the SQLiteConnection class. file: [0aef086bab] check-in: [25174c66f9] user: mistachkin branch: trunk, size: 103479 | |
2013-09-16
| ||
22:10 | Add ManagedVersion and ManagedSourceId properties to the SQLiteConnection class. file: [e09dc1769a] check-in: [7eca16cac4] user: mistachkin branch: trunk, size: 103443 | |
2013-09-13
| ||
01:40 | Merge updates from trunk. file: [8846db14a6] check-in: [15ffbd9d69] user: mistachkin branch: tkt-f8dbab8baf, size: 103347 | |
01:38 | Add SQLiteCommand.Execute, SQLiteCommand.ExecuteNonQuery, and SQLiteCommand.ExecuteScalar method overloads that take a CommandBehavior parameter. file: [68283f82d4] check-in: [00b02c1aa6] user: mistachkin branch: trunk, size: 103087 | |
00:58 | Make sure the database cannot be changed by a query when the CommandBehavior.SchemaOnly flag is used. Fix for [f8dbab8baf]. file: [25fedec3b9] check-in: [30e2ba0f43] user: mistachkin branch: tkt-f8dbab8baf, size: 103186 | |
2013-09-06
| ||
18:48 | Update version history docs. file: [5408c9d157] check-in: [262da04c86] user: mistachkin branch: trunk, size: 102926 | |
04:29 | Raise the static SQLiteConnection.Changed event when any SQLiteCommand, SQLiteDataReader, or CriticalHandle derived object instance is created. Fix for [aba4549801]. Update Eagle in externals to pickup fixes necessary for testing. file: [86c55773fc] check-in: [7e2f11fd49] user: mistachkin branch: trunk, size: 102759 | |
2013-09-04
| ||
04:31 | Update version history docs. file: [4565cdd17b] check-in: [2843f57cae] user: mistachkin branch: onChanged, size: 102763 | |
04:23 | Update SQLite core library to the latest trunk. Update version history docs. file: [9607478300] check-in: [e75a92a9dc] user: mistachkin branch: trunk, size: 102353 | |
2013-08-29
| ||
09:08 | Update SQLite core library to the latest trunk. file: [3a42636ba0] check-in: [fec273cc1d] user: mistachkin branch: trunk, size: 101949 | |
2013-08-23
| ||
06:22 | Update SQLite core library to the latest trunk code. Bump all versions to 1.0.89.0. Update version history docs. file: [09500e016e] check-in: [92f420b32c] user: mistachkin branch: trunk, size: 101949 | |
2013-08-07
| ||
23:40 | Final updates for release 1.0.88.0. file: [1b75c8d022] check-in: [17fd4c1265] user: mistachkin branch: preRelease, size: 101746 | |
03:51 | When automatically registering custom functions, use the executing assembly (i.e. System.Data.SQLite) for reference detection. Fix for [4e49a58c4c]. file: [304fcdf911] check-in: [80a4ab671c] user: mistachkin branch: trunk, size: 101792 | |
2013-07-15
| ||
19:32 | Bump all versions to 1.0.88.0. Update version history docs. file: [bb3e8f8412] check-in: [f0b2c4a2b1] user: mistachkin branch: trunk, size: 101557 | |
2013-07-09
| ||
01:00 | Final updates for release 1.0.87.0. file: [85ab9b1832] check-in: [bc2b80a373] user: mistachkin branch: trunk, size: 101042 | |
2013-07-04
| ||
06:00 | Add SQLiteConnection.BindFunction method to facilitate adding custom functions on a per-connection basis. file: [6cfda2e886] check-in: [1fa0ac70f3] user: mistachkin branch: trunk, size: 101088 | |
2013-07-01
| ||
18:22 | In the SQLiteFunction class, check if the database connection is open prior to attempting to call the Cancel method. Add NoFunctions connection flag to skip binding functions registered in the application domain. Fixes and adjustments to comments. Add several data-types for compatibility purposes. Fix for [fe50b8c2e8]. file: [1dc77f3cb3] check-in: [dff9a878dd] user: mistachkin branch: trunk, size: 100967 | |
2013-06-28
| ||
06:47 | When reading a DateTime value, avoid unnecessary string conversions. Fix for [4d87fbc742]. file: [47ef7e1884] check-in: [e1b4194a30] user: mistachkin branch: trunk, size: 100697 | |
2013-06-26
| ||
23:50 | Modify the index introspection code so that it does not treat PRAGMA table_info 'pk' column values as boolean. Fix for [f2c47a01eb]. file: [755c1f60ad] check-in: [8d0c39afd2] user: mistachkin branch: trunk, size: 100520 | |
02:20 | Modify the result code handling performed by the SQLiteModuleNoop class in order to make it more flexible for use with derived classes. Rename the ReturnCode property of the SQLiteException class to ResultCode. file: [83a84b1033] check-in: [d2d80220a8] user: mistachkin branch: trunk, size: 100291 | |
2013-06-25
| ||
19:58 | Update version history docs. file: [5400718118] check-in: [3ea49abb4e] user: mistachkin branch: virtualTables, size: 100151 | |
2013-05-30
| ||
00:44 | Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden. Disable use of the new connection string parsing algorithm when the No_SQLiteConnectionNewParser environment variable is set. Pursuant to [bbdda6eae2]. file: [8b46b76a65] check-in: [4f933521a1] user: mistachkin branch: trunk, size: 99947 | |
2013-05-28
| ||
09:55 | Bump all versions to 1.0.87.0. file: [d84450f778] check-in: [01ae5e862f] user: mistachkin branch: trunk, size: 99552 | |
2013-05-25
| ||
21:10 | Mark the connection string parsing algorithm change as potentially incompatible. Pursuant to ticket [bbdda6eae2]. file: [12acb041fe] check-in: [5567024344] user: mistachkin branch: trunk, size: 99248 | |
2013-05-24
| ||
02:44 | Final updates for the 1.0.86.0 release. file: [95ba61ed3e] check-in: [10166d1d96] user: mistachkin branch: preRelease, size: 99198 | |
2013-05-22
| ||
02:14 | Update SQLite core library to the 3.7.17 release. file: [a76837d353] check-in: [c987724cc4] user: mistachkin branch: trunk, size: 99243 | |
2013-05-18
| ||
00:31 | Mark the previous commit as a 'Potentially Incompatible Change'. file: [6325169d10] check-in: [3528e77627] user: mistachkin branch: trunk, size: 99235 | |
00:28 | Disable use of the AllowPartiallyTrustedCallers attribute when compiled for the .NET Framework 4.0/4.5. file: [b86b97e951] check-in: [6f42f3300f] user: mistachkin branch: trunk, size: 99185 | |
2013-05-16
| ||
09:37 | Update SQLite core library to the latest trunk code. file: [072616f5e9] check-in: [4bfa39c32e] user: mistachkin branch: trunk, size: 99066 | |
2013-05-01
| ||
00:28 | Update to comments and version history docs. file: [fffed2d8cc] check-in: [37f936471c] user: mistachkin branch: trunk, size: 98974 | |
2013-04-30
| ||
00:29 | Update release version to 1.0.86.0. file: [289cffc26f] check-in: [545d22c1ff] user: mistachkin branch: trunk, size: 98818 | |
2013-04-18
| ||
20:54 | Updates for release 1.0.85.0. file: [e5b31813e3] check-in: [bdd4f522b9] user: mistachkin branch: preRelease, size: 98521 | |
2013-04-13
| ||
17:00 | Update SQLite core library to the 3.7.16.2 release. file: [5986db2a88] check-in: [a469ccf170] user: mistachkin branch: trunk, size: 98566 | |
2013-03-29
| ||
20:19 | Update SQLite core library to the 3.7.16.1 release. file: [c04d711b06] check-in: [222ca9f73a] user: mistachkin branch: trunk, size: 98561 | |
2013-03-28
| ||
00:35 | Update SQLite core library to the latest trunk code. file: [7b557ecade] check-in: [3dd4a5f01c] user: mistachkin branch: trunk, size: 98556 | |
2013-03-22
| ||
23:40 | Add GetAllAsText connection flag to force all column values to be returned as text. Pursuant to [e06c4caff3]. file: [4c5bc08a5f] check-in: [2cd9814a44] user: mistachkin branch: trunk, size: 98559 | |
2013-03-20
| ||
23:00 | In the interop assembly, use the sqlite3_prepare_v2() function when available. In the managed assembly, use the sqlite3_prepare_v2() function when enabled. Sync up the list of define constants used by the test suite. file: [75b09e07b5] check-in: [160e7ea1f6] user: mistachkin branch: trunk, size: 98527 | |
21:45 | Update SQLite core library to the 3.7.16 release. file: [05eb391b33] check-in: [286db63f8b] user: mistachkin branch: trunk, size: 98451 | |
2013-03-15
| ||
00:36 | Update version history docs. file: [eecbf4cb17] check-in: [af4af7e39f] user: mistachkin branch: trunk, size: 98446 | |
2013-03-06
| ||
23:05 | Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf]. file: [f1952abb4e] check-in: [c77dd425d4] user: mistachkin branch: trunk, size: 98162 | |
2013-02-27
| ||
07:26 | Update SQLite core library to the latest trunk. file: [d310b568e0] check-in: [956d686069] user: mistachkin branch: trunk, size: 97982 | |
01:44 | Support using the directory containing the primary managed-only assembly itself as the basis for native library pre-loading via setting the 'PreLoadSQLite_UseAssemblyDirectory' environment variable (to anything). file: [8d3c2c45a1] check-in: [80f0294664] user: mistachkin branch: trunk, size: 97906 | |
2013-02-19
| ||
09:55 | Add BindAllAsText connection flag to force binding of all values as text. file: [b25b18ba55] check-in: [cb62e486b5] user: mistachkin branch: trunk, size: 97773 | |
2013-02-18
| ||
21:31 | Merge custom connection pool support to trunk. Pursuant to [393d954be0]. file: [9b0f005529] check-in: [90142c95cc] user: mistachkin branch: trunk, size: 97684 | |
2013-02-16
| ||
00:23 | Add custom connection pool changes to the version history docs. Pursuant to [393d954be0]. file: [447e4b09b6] check-in: [abc8fb3a6f] user: mistachkin branch: customPool, size: 97563 | |
2013-02-15
| ||
21:43 | Merge support for the INTEROP_LEGACY_CLOSE compile-time option to trunk. file: [217ec5a147] check-in: [ec6819f0bf] user: mistachkin branch: trunk, size: 97333 | |
2013-02-07
| ||
04:35 | Add HexPassword connection string property to work around the inability to include a literal semicolon in a connection string property value. Pursuant to [1c456ae75f]. file: [7ef4e22b40] check-in: [d33b63cd51] user: mistachkin branch: trunk, size: 97212 | |
2013-02-01
| ||
22:49 | Merge BindUInt32AsInt64 connection flag support to trunk. Pursuant to ticket [c010fa6584]. file: [3ae59b7979] check-in: [a0ead64064] user: mistachkin branch: trunk, size: 96958 | |
2013-01-31
| ||
23:19 | Add BindUInt32AsInt64 connection flag to force binding of UInt32 values as Int64 instead. Pursuant to ticket [c010fa6584]. file: [8d425ec498] check-in: [99c7362ca8] user: mistachkin branch: tkt-c010fa6584, size: 96853 | |
20:59 | Merge SQLiteFunction changes to trunk. See ticket [e4c8121f7b]. file: [e015651aee] check-in: [7048c61d62] user: mistachkin branch: trunk, size: 96748 | |
07:36 | Avoid throwing overflow exceptions from the SQLite3.GetValue method for integral column types. Fix for [c010fa6584]. file: [ae7d17f84d] check-in: [618f5890e7] user: mistachkin branch: tkt-c010fa6584, size: 96496 | |
03:24 | Centralize building of the column type name map. Remove AUTOINCREMENT from the column type name map. Add BIGUINT, SMALLUINT, TINYSINT, and ULONG to the column type name map. file: [043146023e] check-in: [c7b39f9c3b] user: mistachkin branch: trunk, size: 96243 | |
2013-01-30
| ||
01:00 | Support automatic value conversions for columns with a declared type of INTEGER8, INTEGER16, INTEGER32, INTEGER64, UNSIGNEDINTEGER, UNSIGNEDINTEGER8, UNSIGNEDINTEGER16, UNSIGNEDINTEGER32, UNSIGNEDINTEGER64, INT8, INT16, INT32, INT64, UINT, UINT8, UINT16, UINT32, or UINT64. file: [e4dfb82eae] check-in: [ad2b42f3cc] user: mistachkin branch: trunk, size: 96089 | |
2013-01-29
| ||
20:50 | Slight change to the description of No_SQLiteFunctions environment variable in the version history docs. file: [3285058261] check-in: [81241b2972] user: mistachkin branch: skipFunctions, size: 96052 | |
20:39 | Skip checking loaded assemblies for classes tagged with the SQLiteFunction attribute when the No_SQLiteFunctions environment variable is set. file: [fd2e59f3be] check-in: [52000f7d30] user: mistachkin branch: skipFunctions, size: 96054 | |
2013-01-17
| ||
21:01 | Bump all versions to 1.0.85.0. Add static Execute method to the SQLiteCommand class. Add public constructor to the SQLiteDataAdapter class that allows passing the parseViaFramework parameter to the SQLiteConnection constructor. When built with the CHECK_STATE compile-time option, skip throwing exceptions from the SQLiteDataReader class when the object is being disposed. file: [b55e3276a9] check-in: [b2c5c6e2a0] user: mistachkin branch: trunk, size: 95800 | |
2013-01-09
| ||
19:18 | Preparation for the 1.0.84.0 release. file: [f6697912d0] check-in: [060593ee6a] user: mistachkin branch: trunk, size: 95205 | |
2012-12-30
| ||
17:01 | Bump all versions to 1.0.84.0. Update SQLite core library to the latest trunk code. Add Cancel method to the SQLiteConnection class. In the SQLiteLog.LogMessage method, clone the event handlers before invoking them to improve thread safety. file: [e84380ec0a] check-in: [7d572c8589] user: mistachkin branch: trunk, size: 95045 | |
2012-12-29
| ||
22:18 | Update docs and web pages for the 1.0.83.0 release. file: [a2a23c9813] check-in: [69c6664f36] user: mistachkin branch: preRelease, size: 94678 | |
2012-12-24
| ||
01:37 | Modify parsing of connection strings to allow property names and values to be quoted. file: [e43a73e15c] check-in: [36bb982dd7] user: mistachkin branch: trunk, size: 94727 | |
2012-12-20
| ||
02:05 | Update SQLite core library to the 3.7.15.1 release. file: [f73865e1be] check-in: [3cac27b444] user: mistachkin branch: tkt-ae5267b863, size: 94576 | |
2012-12-15
| ||
10:12 | Remove one set of surrounding single or double quotes from property names and values parsed from the connection string. Fix for [b4cc611998]. file: [00c4256553] check-in: [46ee3d16d6] user: mistachkin branch: trunk, size: 94572 | |
09:07 | Add ParseViaFramework property to the SQLiteConnection class to allow the built-in (i.e. framework provided) connection string parser to be used when opening a connection. Pursuant to [b4cc611998]. file: [afe7f73f56] check-in: [ba458b79fd] user: mistachkin branch: trunk, size: 94344 | |
2012-12-13
| ||
01:06 | Update SQLite core library to the 3.7.15 release. file: [8095c5c04f] check-in: [900e514d6a] user: mistachkin branch: trunk, size: 94060 | |
2012-10-27
| ||
03:05 | Fix typo in diagnostic message and update version history docs. file: [8cb7c65c4a] check-in: [de2c4e51b2] user: mistachkin branch: trunk, size: 94052 | |
2012-10-21
| ||
00:35 | Fix typo in version history docs. file: [a762993892] check-in: [556514d92e] user: mistachkin branch: trunk, size: 93687 | |
2012-10-18
| ||
16:51 | Improve automatic detection of the sqlite3_close_v2 function when compiled to use the standard SQLite library. file: [508ad7345b] check-in: [cf55a3e9b9] user: mistachkin branch: trunk, size: 93688 | |
2012-10-13
| ||
06:24 | Update version history docs. file: [68208560cf] check-in: [8c37793c05] user: mistachkin branch: threadAbortProtect, size: 93562 | |
2012-10-11
| ||
06:58 | Add sqlite3_backup_finish_interop function with optional diagnostics. Improvements to sqlite3_finalize_interop diagnostics. Make interop function names consistent. file: [39861c4965] check-in: [c826898164] user: mistachkin branch: trunk, size: 93312 | |
2012-10-09
| ||
09:40 | Add wrapper batch file for the Windows CE test automation and update the version history docs. file: [d3771dfbe6] check-in: [305bd4b0ab] user: mistachkin branch: trunk, size: 92772 | |
2012-10-06
| ||
07:05 | Avoid throwing non-fatal exceptions during connection disposal. Make the handle checking and disposal code more consistent. Update version history docs with the latest changes. Allow stress test to optionally skip some workloads. file: [330a387d01] check-in: [8e2c95ad40] user: mistachkin branch: trunk, size: 92708 | |
2012-09-21
| ||
05:31 | Fix build issue due to not setting the new .NET Framework properties. Revise batch testing tool to support testing more build variations. Skip handling the LINQ assembly in the design-time installer when targeting Visual Studio 2005. Miscellaneous test cleanup. file: [96f5fd1f1d] check-in: [9ff332924a] user: mistachkin branch: trunk, size: 92340 | |
2012-09-20
| ||
11:53 | Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [24e56d3dd2] check-in: [5759e099be] user: mistachkin branch: trunk, size: 92042 | |
2012-09-14
| ||
12:31 | Update version history docs. file: [1c62d3f9f7] check-in: [12327ea7d9] user: mistachkin branch: trunk, size: 91581 | |
2012-09-12
| ||
04:29 | Update SQLite core library to the latest trunk code and add support for the sqlite3_errstr API. file: [73df7a1cc1] check-in: [aa7259812f] user: mistachkin branch: trunk, size: 91342 | |
01:56 | Fix comments in the SQLiteException class, including an out-of-order summary end-tag. Make sure the error code of the SQLiteException class gets serialized. Make the test project for the .NET Compact Framework more flexible. file: [11e39f9545] check-in: [94c5213e35] user: mistachkin branch: trunk, size: 91350 | |
2012-09-11
| ||
08:05 | Refactor core SQLite library return code handling to make use of the enumerated SQLiteErrorCode type. Initial work on supporting the sqlite3_errstr() API. file: [7e2bef0a30] check-in: [a6c16dc93b] user: mistachkin branch: trunk, size: 91181 | |
2012-09-04
| ||
05:02 | Documentation and packaging updates for release 1.0.82.0. file: [ad2e11f716] check-in: [ebb05d9d27] user: mistachkin branch: trunk, size: 89823 | |
2012-09-03
| ||
20:50 | Update core SQLite library to the 3.7.14 release. file: [72ecaf5397] check-in: [5dbd979b65] user: mistachkin branch: trunk, size: 89824 | |
2012-08-28
| ||
17:38 | Modify version history docs to add missing section for 1.0.70.0 and fix some style inconsistencies. file: [fdfac68092] check-in: [387bf63c2e] user: mistachkin branch: trunk, size: 89816 | |
17:20 | Update version history docs with latest changes. file: [2870c94746] check-in: [8aeff11494] user: mistachkin branch: trunk, size: 89474 | |
2012-08-24
| ||
10:00 | Add support for testing the sqlite3_win32_set_directory function. Also, add the ToFullPath connection string property. file: [efd0ec2395] check-in: [7e3aa2f8bb] user: mistachkin branch: trunk, size: 89298 | |
2012-07-21
| ||
06:56 | Change the default value for the Synchronous connection string property to Full to match the default used by the SQLite core library itself. Add the ability to skip applying default connection settings to opened databases via the new SetDefaults connection string property. Add the FullUri connection string property to the SQLiteConnectionStringBuilder class. Refactor and enhance all the connection string property handling code in the SQLiteConnection.Open method. Consistently use the three argument overload of the String.Format method (i.e. the one that takes a CultureInfo). file: [b89ed4d164] check-in: [9dfa1577a6] user: mistachkin branch: trunk, size: 89144 | |
2012-07-19
| ||
20:53 | Update estimated release date for release 1.0.82.0. file: [94c93468da] check-in: [8d28be3ff8] user: mistachkin branch: trunk, size: 88790 | |
2012-07-16
| ||
04:58 | Add define constants to support enabling or disabling individual groups of trace statements. Remove superfluous cast from the call to the sqlite3_config_none P/Invoke method. Make sure to remove any stale database from previous stress test runs. Stop leaking callbacks from the stress test. file: [fe8b7d6593] check-in: [1164a207ef] user: mistachkin branch: trunk, size: 88790 | |
2012-07-11
| ||
08:03 | Update version history docs with latest changes. file: [e9028fa539] check-in: [1778372f02] user: mistachkin branch: trunk, size: 88682 | |
2012-06-24
| ||
17:38 | Update version history docs. file: [e64858ee62] check-in: [394a892ad5] user: mistachkin branch: trunk, size: 88543 | |
2012-06-23
| ||
10:03 | Update version history docs with the latest changes. file: [d5a161fe41] check-in: [c8a4c16534] user: mistachkin branch: trunk, size: 88359 | |
2012-06-14
| ||
12:40 | More version history doc updates. file: [dcf9737cb2] check-in: [6aedaae30c] user: mistachkin branch: trunk, size: 88004 | |
12:27 | Update version history docs with the URL for SQLite 3.7.13. file: [c55c405d1b] check-in: [0e89820825] user: mistachkin branch: trunk, size: 88004 | |
2012-06-07
| ||
07:38 | Make the SQLiteConnection.SetMemoryStatus method static. Also, update the core SQLite library to the latest trunk. file: [9987efba02] check-in: [a63b821887] user: mistachkin branch: trunk, size: 87945 | |
2012-06-05
| ||
10:50 | Improve threaded handling of the delegate used by the SQLiteLog class. file: [8c7d3b4e30] check-in: [40ac5c62b8] user: mistachkin branch: trunk, size: 87897 | |
03:19 | Add SetMemoryStatus instance method to the SQLiteConnection class and the necessary internal infrastructure to support it. Also, fixup several doc comments and bump all versions to 1.0.82.0. file: [6bd30f665a] check-in: [9ecb2876c2] user: mistachkin branch: trunk, size: 87811 | |
2012-05-27
| ||
21:54 | Doc and packaging updates for release 1.0.81.0. file: [1887bb56af] check-in: [84c0e6e786] user: mistachkin branch: trunk, size: 87676 | |
2012-05-26
| ||
05:56 | Update version history with the latest changes. file: [184a35bf61] check-in: [08fe4ef435] user: mistachkin branch: trunk, size: 87677 | |
2012-05-23
| ||
07:32 | Update SQLite native library to the 3.7.12.1 release. file: [79253d480e] check-in: [0374c60dce] user: mistachkin branch: trunk, size: 87443 | |
2012-05-14
| ||
16:53 | Fix an issue converting SQL type names that contain spaces between the name and opening parenthesis. Also, update SQLite native library to the 3.7.12 release. file: [84896e7074] check-in: [bce7f5f71c] user: mistachkin branch: trunk, size: 87439 | |
2012-05-06
| ||
18:43 | Update SQLite core library to the latest trunk code. file: [2b108d0c60] check-in: [e930be6c75] user: mistachkin branch: trunk, size: 87380 | |
2012-05-02
| ||
22:29 | Update version history with all the latest changes. file: [91e725f747] check-in: [c063096071] user: mistachkin branch: trunk, size: 87339 | |
2012-04-07
| ||
22:18 | Update all versions to 1.0.81.0. Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly. Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec. file: [5530c4ee16] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 86002 | |
2012-03-31
| ||
16:54 | Final doc updates for release 1.0.80.0. file: [ff5cea2009] check-in: [b2b7c9a91a] user: mistachkin branch: trunk, size: 85564 | |
2012-03-28
| ||
14:51 | Fix typo in version history. file: [b25f24af47] check-in: [aae97713fa] user: mistachkin branch: trunk, size: 85465 | |
2012-03-24
| ||
16:46 | Update version history docs. file: [93179f453c] check-in: [7cf3031f35] user: mistachkin branch: backupApi, size: 85464 | |
2012-03-18
| ||
13:36 | Minor solution file cleanup. Add overload of the SQLiteDataReader.GetValues method that returns a NameValueCollection with docs and tests. file: [9ee6181825] check-in: [fa8630ddb6] user: mistachkin branch: trunk, size: 85255 | |
2012-03-11
| ||
07:20 | Document more recent changes in the version history. file: [8308c3d975] check-in: [3a5eb8e472] user: mistachkin branch: trunk, size: 85150 | |
2012-02-22
| ||
11:23 | Document the recent changes in the version history. file: [2d183f2fc0] check-in: [fbef21c4bb] user: mistachkin branch: trunk, size: 84718 | |
2012-02-20
| ||
06:17 | Add static ToUnixEpoch method to the SQLiteConvert class, update docs and tests. file: [669287e30d] check-in: [f74a1ac3f1] user: mistachkin branch: trunk, size: 84409 | |
2012-02-19
| ||
13:42 | More doc updates for release 1.0.80.0. file: [018bf2e83f] check-in: [9a01e7715d] user: mistachkin branch: trunk, size: 84256 | |
2012-02-15
| ||
07:51 | Version and doc updates in preparation for release 1.0.80.0. file: [affd640538] check-in: [50276145d8] user: mistachkin branch: trunk, size: 83517 | |
2012-01-27
| ||
23:44 | Version and doc updates for release 1.0.79.0. file: [92512e0940] check-in: [b5c2643cdc] user: mistachkin branch: trunk, size: 82109 | |
10:13 | Final doc updates for release 1.0.78.0. file: [deebc3f7a8] check-in: [1f6d89bf5d] user: mistachkin branch: trunk, size: 81650 | |
2012-01-25
| ||
18:24 | Document recent changes in version history. file: [26019044c4] check-in: [db337c534c] user: mistachkin branch: trunk, size: 81650 | |
2012-01-24
| ||
13:21 | Hyperlink updates to docs. Update README notes for VS designer components. Fix DbProviderFactory element in README to include version. file: [bd12a0a6eb] check-in: [01f3793e86] user: mistachkin branch: trunk, size: 81313 | |
2012-01-21
| ||
04:51 | Documentation updates in preparation for release 1.0.78.0. file: [78b0db48c4] check-in: [b694fa3e06] user: mistachkin branch: trunk, size: 81189 | |
2011-11-28
| ||
06:32 | Final doc updates for release 77. file: [106443bf84] check-in: [a133cebbc4] user: mistachkin branch: trunk, size: 79662 | |
2011-11-27
| ||
08:44 | More doc updates for release 77. file: [23bb3283d0] check-in: [6dea1870d5] user: mistachkin branch: trunk, size: 79662 | |
2011-11-16
| ||
03:18 | Add fix for ticket [2ce0870fad] to version history docs. file: [735417ac54] check-in: [20d47a1bed] user: mistachkin branch: trunk, size: 79662 | |
2011-11-15
| ||
05:53 | More doc updates for release 77. file: [9fe6ae7dab] check-in: [8f2d20133b] user: mistachkin branch: trunk, size: 79425 | |
2011-11-13
| ||
22:03 | More updates to docs for release 77. file: [3329e0fc6e] check-in: [f0a39e8e34] user: mistachkin branch: trunk, size: 78620 | |
2011-11-06
| ||
22:00 | Update version history for build 77. file: [0145837950] check-in: [4e06fa226c] user: mistachkin branch: trunk, size: 78119 | |
2011-10-04
| ||
09:03 | The unit test infrastructure should make sure the native SQLite library is actually available. Also, update all version and release information for 1.0.76.0. file: [9895673305] check-in: [374035c537] user: mistachkin branch: trunk, size: 76622 | |
2011-10-03
| ||
21:53 | Final doc updates for 1.0.75.0. file: [dc7777302b] check-in: [05005b0762] user: mistachkin branch: trunk, size: 76170 | |
2011-09-22
| ||
00:28 | More pre-release doc updates. file: [c4d9b38c6e] check-in: [dc00c2cdbc] user: mistachkin branch: trunk, size: 76046 | |
2011-09-20
| ||
21:51 | Add LastInsertRowId property to the connection class. Also, update docs and tests. file: [4428e32842] check-in: [c726454277] user: mistachkin branch: trunk, size: 75962 | |
18:01 | Document the official NuGet package. file: [744091ef65] check-in: [c505e4b0a9] user: mistachkin branch: trunk, size: 75770 | |
2011-09-12
| ||
20:56 | Document recent changes in the version history. file: [1f3996e010] check-in: [5994d72daf] user: mistachkin branch: trunk, size: 75691 | |
2011-09-02
| ||
15:56 | Documentation updates for the upcoming 1.0.75.0 release. file: [de4abda143] check-in: [4bd374a253] user: mistachkin branch: trunk, size: 75331 | |
2011-07-03
| ||
09:20 | Fixes to make the CHM documentation build with NDoc3 and automate the necessary 'Table of Contents' merging steps. Also, update feedback 'mailto' links. file: [7939cd67f8] check-in: [dc206da59f] user: mistachkin branch: build-enhancements, size: 72792 | |
04:08 | Update docs to prepare for release. file: [d495e0b581] check-in: [eac26b11cc] user: mistachkin branch: build-enhancements, size: 73811 | |
2011-01-04
| ||
20:46 | Update internal SQLite engine to 3.7.4. Update SDS version to 1.0.67.0. file: [ce82908fd3] check-in: [8a92ed133d] user: shaneh branch: vs2010, size: 70106 | |
2010-08-05
| ||
02:03 | 1.0.66.0 file: [0dd794c1cf] check-in: [7ec6a118ce] user: rmsimpson branch: sourceforge, size: 69475 | |
2009-07-10
| ||
04:43 | 1.0.64.0 file: [147aec6ca8] check-in: [de1a94066c] user: rmsimpson branch: sourceforge, size: 68502 | |
2009-06-29
| ||
22:59 | 1.0.63.0 file: [64b976215e] check-in: [26297c39cc] user: rmsimpson branch: sourceforge, size: 68001 | |
2009-06-19
| ||
20:57 | 1.0.62.0 file: [5884e34437] check-in: [5ab035e676] user: rmsimpson branch: sourceforge, size: 66854 | |
2009-04-28
| ||
17:09 | 1.0.61.0 file: [166ca1cb21] check-in: [734737fbb6] user: rmsimpson branch: sourceforge, size: 66243 | |
2008-10-05
| ||
15:45 | 1.0.60.0 file: [423cbf9e57] check-in: [6098f7397e] user: rmsimpson branch: sourceforge, size: 65636 | |
2008-09-22
| ||
16:18 | 1.0.59.0 file: [232eec047e] check-in: [4d6b467497] user: rmsimpson branch: sourceforge, size: 64674 | |
2008-09-02
| ||
15:46 | pre 1.0.59.0 file: [f70def0f91] check-in: [c0dab1edea] user: rmsimpson branch: sourceforge, size: 63101 | |
2008-08-11
| ||
21:12 | 1.0.56.0 file: [f7cf6f3311] check-in: [faaaeb7bd7] user: rmsimpson branch: sourceforge, size: 60758 | |
2008-08-06
| ||
21:49 | 1.0.55.0 file: [4f67c37895] check-in: [8848fb5ed8] user: rmsimpson branch: sourceforge, size: 59568 | |
2008-07-26
| ||
04:34 | 1.0.54.0 file: [67683bfdc6] check-in: [41d8f0f895] user: rmsimpson branch: sourceforge, size: 55441 | |
2008-07-24
| ||
06:19 | 1.0.53.0 file: [060b9d841c] check-in: [2b553f96c4] user: rmsimpson branch: sourceforge, size: 54640 | |
2008-07-16
| ||
23:32 | 1.0.52.0 file: [caeb13882b] check-in: [1084c98790] user: rmsimpson branch: sourceforge, size: 53505 | |
2008-06-27
| ||
21:33 | 1.0.50.0 file: [ea16cdaf68] check-in: [1db667d2bd] user: rmsimpson branch: sourceforge, size: 50918 | |
2008-05-28
| ||
08:18 | 1.0.49.0 file: [19879be586] check-in: [f3f45cefd1] user: rmsimpson branch: sourceforge, size: 50296 | |
2007-12-04
| ||
16:07 | 1.0.47.0 file: [39ecaaee45] check-in: [7518ccfcff] user: rmsimpson branch: sourceforge, size: 47766 | |
2007-10-01
| ||
03:25 | 1.0.46.0 file: [42af156e25] check-in: [67f18e8aaa] user: rmsimpson branch: sourceforge, size: 46015 | |
2007-09-25
| ||
22:45 | 1.0.45.0 file: [dd419f7060] check-in: [5a232b012b] user: rmsimpson branch: sourceforge, size: 45557 | |
2007-07-21
| ||
08:46 | 1.0.44.0 file: [3a677111e2] check-in: [7b0eeb3816] user: rmsimpson branch: sourceforge, size: 43305 | |
2007-06-02
| ||
17:41 | 1.0.43.0 file: [771e0c8865] check-in: [a8f97c9977] user: rmsimpson branch: sourceforge, size: 42022 | |
2007-01-12
| ||
02:52 | 1.0.39.1 file: [48351463bd] check-in: [908ab2479a] user: rmsimpson branch: sourceforge, size: 39603 | |
2007-01-10
| ||
18:58 | 1.0.39.0 file: [e04f2c57ca] check-in: [a9cc9e2eba] user: rmsimpson branch: sourceforge, size: 39193 | |
2006-11-22
| ||
07:13 | 1.0.38.0 file: [236645cb99] check-in: [b438f19d0c] user: rmsimpson branch: sourceforge, size: 38568 | |
2006-11-18
| ||
22:21 | 1.0.37.0 file: [9d9d39e534] check-in: [98df3968b8] user: rmsimpson branch: sourceforge, size: 38090 | |
2006-10-23
| ||
21:28 | 1.0.36.0 file: [be62270768] check-in: [b23bfc47c3] user: rmsimpson branch: sourceforge, size: 36921 | |
2006-09-11
| ||
21:15 | 1.0.35.1 file: [3607ae728d] check-in: [e57d6e37d5] user: rmsimpson branch: sourceforge, size: 36099 | |
2006-09-03
| ||
18:15 | 1.0.34.0 file: [bc7c324886] check-in: [563830df65] user: rmsimpson branch: sourceforge, size: 34837 | |
2006-08-21
| ||
17:30 | 1.0.33.0 file: [e41c4a499a] check-in: [0272c8e8ec] user: rmsimpson branch: sourceforge, size: 34003 | |
2006-08-07
| ||
03:50 | 1.0.32.0 file: [f6f78e944b] check-in: [4c037f4d50] user: rmsimpson branch: sourceforge, size: 33696 | |
2006-05-16
| ||
14:24 | 1.0.29.0 file: [97a1cc6a17] check-in: [4489be8494] user: rmsimpson branch: sourceforge, size: 29170 | |
2006-04-13
| ||
19:27 | 1.0.28.0 verbage file: [157d581fb6] check-in: [3cb0952c48] user: rmsimpson branch: sourceforge, size: 28547 | |
2006-03-01
| ||
06:01 | 1.0.27.1 file: [bb0086810c] check-in: [f680e44bbf] user: rmsimpson branch: sourceforge, size: 27055 | |
2006-02-27
| ||
05:23 | no message file: [12dc4acc88] check-in: [9e8c8737b8] user: rmsimpson branch: sourceforge, size: 26530 | |
2006-02-17
| ||
15:52 | no message file: [8446ba2439] check-in: [5d50a5271b] user: rmsimpson branch: sourceforge, size: 25921 | |
2006-02-14
| ||
19:41 | 1.0.26.1 file: [2085cb1ac3] check-in: [0cff10df69] user: rmsimpson branch: sourceforge, size: 25487 | |
2006-02-11
| ||
15:19 | 1.0.26.0 file: [58779c321c] check-in: [5cdbe425f7] user: rmsimpson branch: sourceforge, size: 25103 | |
2006-02-10
| ||
19:51 | Pre 3.3.4 interim updates file: [7a41bed56c] check-in: [ced943931d] user: rmsimpson branch: sourceforge, size: 25103 | |
2006-02-09
| ||
23:24 | Added: no message file: [63bb65ac30] check-in: [a56e1d7f7c] user: rmsimpson branch: sourceforge, size: 24927 | |