System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins that include changes to files matching 'System.Data.SQLite/*'

2024-05-12
02:58
Further fixes and tests. check-in: 7dd11e276b user: mistachkin tags: pst-76cb35b58d
00:39
Work-in-progress on addressing forum post 76cb35b58d. check-in: 1820415db5 user: mistachkin tags: pst-76cb35b58d
2024-03-25
01:20
Updates to lists of core library constants. check-in: 55bae7dd04 user: mistachkin tags: trunk
2024-03-05
16:58
Clarify documentation language that mentions the legacy CryptoAPI-based (RC4) codec. check-in: a747af4da9 user: mistachkin tags: trunk
2024-03-04
16:53
Fix rarely seen NullReferenceException in the StaticWeakConnectionPool.Add method. check-in: 927f0b69fb user: mistachkin tags: trunk
2024-01-22
09:33
Bump version to 1.0.119.0. Update version history docs. check-in: d4cc85f21d user: mistachkin tags: trunk
2023-09-26
15:50
Add missing documentation comments for the 'StepRetries' connection string property. check-in: 235cef2345 user: mistachkin tags: trunk
2023-09-24
13:06
Revise the calculation used to bind DateTime values. Fix for ticket [bbddfeb773]. check-in: 3214c350ea user: mistachkin tags: trunk
2023-08-03
03:34
Fix copy/paste error in the previous check-in. check-in: 4b4f650bfd user: mistachkin tags: trunk
03:21
Add the 'VfsName' connection string property. check-in: ff538e115d user: mistachkin tags: trunk
2023-07-31
06:02
Minor coding style changes to the SQLiteCommand.Connection property setter. check-in: 8b7fbfe97f user: mistachkin tags: trunk
2023-07-07
17:36
Update internal (resource) list of reserved SQL words. Added 'ALWAYS', 'CURRENT', 'EXCLUDE', 'FILTER', 'FIRST', 'FOLLOWING', 'GENERATED', 'GROUPS', 'LAST', 'MATERIALIZED', 'NULLS', 'OTHERS', 'OVER', 'PARTITION', 'PRECEDING', 'RANGE', 'RETURNING', 'ROWS', 'TIES', 'UNBOUNDED', and 'WINDOW'. check-in: 9d5d2278ca user: mistachkin tags: trunk
16:46
Revise how 'shared' define constants / compile-time options are handled. check-in: b6d571be01 user: mistachkin tags: trunk
2023-06-09
16:38
Fix compilation issues for the .NET Compact Framework 2.0. check-in: 47564c00f6 user: mistachkin tags: trunk
2023-05-29
23:33
Preliminary changes to address the issue in ticket [e22d357a21]. check-in: eab4711ccf user: mistachkin tags: trunk
2023-05-23
06:01
Fix typo in the previous check-in that resulted in a conditional compilation error. check-in: d0a3913be5 user: mistachkin tags: trunk
05:32
Improve interaction between the ChangePassword method and the HexPassword / TextHexPassword connection string properties. check-in: afeb69e41f user: mistachkin tags: trunk
2023-05-15
18:55
Add the 'SQLite_GlobalCommandBehaviors' setting to augment command behaviors applicable to all ExecuteNonQuery, ExecuteScalar, and ExecuteReader calls. check-in: 5e1ccca997 user: mistachkin tags: trunk
05:05
Fix default value for StepRetries in the connection string builder. check-in: 38010dec09 user: mistachkin tags: trunk
04:47
Corrections to the SQLiteCommand.GetDiagnostics testing support method. check-in: 044f07f543 user: mistachkin tags: trunk
04:29
Update the 'LogAll' connection flags value to include the new 'LogRetry' flag. check-in: dd78ea7b5c user: mistachkin tags: trunk
04:17
Attempt to make corrections to the number of records affected by queries. Pursuant to forum post [f4e718891d]. check-in: ea4c3f4f82 user: mistachkin tags: trunk
01:28
Missed one. check-in: 0eb43a337d user: mistachkin tags: trunk
01:27
Fix comment and minor coding style. check-in: 399f5b8068 user: mistachkin tags: trunk
01:22
Modularize and extend the recent Read() fix for ExecuteScalar to the ExecuteNonQuery methods as well, with tests. check-in: b71ee43a09 user: mistachkin tags: trunk
2023-05-14
18:00
Fix spacing. check-in: 34a0a2aa7c user: mistachkin tags: trunk
01:32
Add comments. Also, make it possible to force extra reads to occur, i.e. for non-write transactions. check-in: 4666149ec7 user: mistachkin tags: trunk
01:08
Make it possible to opt-out of the handling added to the ExecuteScalar method for write transactions that require more than one step. check-in: bd594a1673 user: mistachkin tags: trunk
2023-05-13
22:25
Further refinements to the fix from check-in [8c9e834b95]. check-in: faffabbd80 user: mistachkin tags: trunk
22:25
Increase the default number of retries for sqlite3_step as that is more compatible with the legacy behavior. check-in: bca562b4c9 user: mistachkin tags: trunk
21:21
Further refinements to retry logic. Also, restrict the fix from check-in [8c9e834b95] to only be active for write transactions. check-in: 2a78948bf0 user: mistachkin tags: trunk
17:36
Experimental fix for the INSERT RETURNING issue from forum post f4e718891d. check-in: 8c9e834b95 user: mistachkin tags: trunk
05:54
In Prepare, read the retry properties from the command, not the connection. check-in: 8800b650c8 user: mistachkin tags: trunk
04:28
Minor coding style changes. check-in: e85ee4b60d user: mistachkin tags: trunk
01:03
Reforms to the SQLite logging subsystem integration taking into account the new CONFIG_LOG handling in 3.42. check-in: e96b7e9a21 user: mistachkin tags: trunk
2023-05-12
23:38
Improve internal accounting of retry logic. check-in: 0852d4ef63 user: mistachkin tags: trunk
22:39
Fix copy/paste error in the previous check-in. check-in: 9beae9811c user: mistachkin tags: trunk
22:28
Add the 'StepRetries' connection string property. Also, revise how the 'PrepareRetries' connection string property works internally. check-in: 98877b1863 user: mistachkin tags: trunk
21:29
Add the LogRetry connection flag and the SQLite_ForceLogRetry environment variable. check-in: 1162d19e69 user: mistachkin tags: trunk
2023-05-03
05:26
Fixes to password parsing when it has been prefixed. check-in: b1878b6b76 user: mistachkin tags: trunk
2023-05-02
05:13
Corrections to HRESULT handling changes from the previous check-in. check-in: 3986713e34 user: mistachkin tags: trunk
2023-04-27
01:13
Tighten up the HRESULT initialization process used by the SQLiteException class. check-in: e1e04dbf2a user: mistachkin tags: trunk
2023-04-26
20:36
Fixes to the new error code logic. check-in: 4cb4d49f92 user: mistachkin tags: trunk
2023-04-18
23:32
Make the GetCachedAssemblyDirectory method more accessible. check-in: 4490906b8d user: mistachkin tags: trunk
2023-04-17
05:44
The trace callback cannot be unhooked after its associated connection has been closed; however, it also cannot be unhooked before closing its associated connection due to SQLITE_TRACE_CLOSE. check-in: 38a887f53a user: mistachkin tags: trunk
2023-04-16
21:04
Enhancements to HRESULT handling associated with SQLite error codes. check-in: 3e06af4b6b user: mistachkin tags: trunk
03:13
Correction to facility handling in the private MakeHResult helper method. check-in: a6f726c17f user: mistachkin tags: trunk
2023-04-15
19:06
Fix conditional compilation error. check-in: 068804a830 user: mistachkin tags: trunk
2023-04-13
18:30
Make the primary overload of the SQLiteConnection.ParseConnectionString method public. check-in: 3353fb78c7 user: mistachkin tags: trunk
2023-04-10
17:11
Add 'Notice_Rbu' to the list of possible extended SQLite API return codes. check-in: 599bfabe2a user: mistachkin tags: trunk
2023-04-08
20:11
Update SQLite core library to the latest 3.41 release branch code. check-in: 2517335da5 user: mistachkin tags: trunk
2023-04-01
04:23
Add the 'TextHexPassword' connection string property. check-in: 740d7652e8 user: mistachkin tags: trunk
2023-01-18
05:09
Add the SqlStringPreview connection event type. check-in: 4188296299 user: mistachkin tags: trunk
2023-01-17
18:50
Bump version to 1.0.118.0. Update version history docs. check-in: b0dece3f52 user: mistachkin tags: trunk
18:25
Add comments. check-in: 43b5d891f7 user: mistachkin tags: trunk
18:07
Treat the trace callback specially when disposing of the native database connection due to needing to support SQLITE_TRACE_CLOSE. This special handling does not apply to native database connections that will end up in the connection pool. check-in: cbe7098055 user: mistachkin tags: trunk
07:31
Add initial testing for the Trace2 event. check-in: 843fbaa836 user: mistachkin tags: trunk
04:40
Add a comment. check-in: ef15ddc356 user: mistachkin tags: trunk
04:37
More corrections to the trace_v2 event data handling. check-in: 57c94f0c66 user: mistachkin tags: trunk
04:11
Work-in-progress corrections to the previous check-in. check-in: 1cad101163 user: mistachkin tags: trunk
04:07
Initial work on fully supporting the sqlite3_trace_v2 core library API. Pursuant to forum post https://sqlite.org/forum/forumpost/1c418d7edc. check-in: 5ad580f5ec user: mistachkin tags: trunk
2023-01-11
20:59
Add support for the (new) sqlite3_is_interrupted core library API. check-in: 5cf635b987 user: mistachkin tags: trunk
2023-01-10
15:40
Preliminary changes to add a couple new events. check-in: 6ea27254da user: mistachkin tags: trunk
2022-11-22
20:16
Add experimental support for native sha3 extension. check-in: dd498797e7 user: mistachkin tags: trunk
2022-11-10
10:26
Pickup the latest SQLite 3.39 core library docs from upstream. check-in: bacb5624fd user: mistachkin tags: trunk
2022-10-10
19:37
Minor coding style improvements to the internal JD computation method. check-in: 055bb6ae4d user: mistachkin tags: trunk
01:45
Pickup the SQLite 3.39.4 core library docs from upstream. check-in: b88928dd71 user: mistachkin tags: trunk
2022-08-06
02:22
Add test for the new DefaultMaximumSleepTime connection string property. check-in: 579b7edbe6 user: mistachkin tags: trunk
01:25
Enhancements for the optional SEE integration. check-in: 5d09042c84 user: mistachkin tags: trunk
2022-08-05
02:33
Add support for creating custom window functions. Pursuant to forum post [21de219031]. check-in: d76560fd5b user: mistachkin tags: trunk
2022-07-21
04:41
Minor code formatting changes. check-in: 00dae8c069 user: mistachkin tags: windowFunc
2022-07-20
20:11
More cleanup and safety. check-in: 355d040f19 user: mistachkin tags: windowFunc
20:05
Interop assembly integration fixes. check-in: 188e8e3b70 user: mistachkin tags: windowFunc
19:53
Fix more typos. check-in: d2762d6af0 user: mistachkin tags: windowFunc
19:50
Fix typo. check-in: 6df055d637 user: mistachkin tags: windowFunc
19:46
Add null connection parameter check to the new property access in Prepare. check-in: e63b215582 user: mistachkin tags: windowFunc
19:35
Further refinements. check-in: 8f81d1b191 user: mistachkin tags: windowFunc
19:17
Fix some C# compiler warnings. check-in: 1c9640761f user: mistachkin tags: windowFunc
19:09
More work on integrating new functionality into the function and virtual table support subsystems. check-in: e9d2b9b571 user: mistachkin tags: windowFunc
04:16
Add more interop assembly declarations. check-in: 1babfb72af user: mistachkin tags: windowFunc
03:59
Minor cleanups. check-in: 6f667ecbf9 user: mistachkin tags: windowFunc
03:54
More work on upgrading the underlying custom function infrastructure. check-in: 4a89490941 user: mistachkin tags: windowFunc
02:59
Hook up the interop assembly stuff. check-in: 78add980e0 user: mistachkin tags: windowFunc
02:48
More work-in-progress on window function support. check-in: cf1b031ddf user: mistachkin tags: windowFunc
02:31
Initial work at stubbing in support for creating window functions. check-in: f2bc86f69d user: mistachkin tags: windowFunc
2022-07-08
16:27
Remove unused field in the IEnumerable module class. check-in: 4450f6ac93 user: mistachkin tags: trunk
2022-07-06
21:33
Suppress finalizer calls for SQLite3 objects that are closed. Fix for [ce4d70ea6f]. check-in: e242effb07 user: mistachkin tags: trunk
02:14
Reset the per-thread 'last connection open' value in the Close method, if applicable. check-in: e486384a09 user: mistachkin tags: trunk
00:48
Enhancements to the SQLiteConnection.Changed event. Cleanup several tests. Pursuant to [ce4d70ea6f]. check-in: 50a09e2598 user: mistachkin tags: trunk
2022-07-05
23:06
Bump version to 1.0.117.0. Update version history docs. check-in: 108ab5b565 user: mistachkin tags: trunk
2022-06-01
14:28
Minor changes to get things compiling for the .NET Compact Framework again. check-in: e76de45fff user: mistachkin tags: trunk
2022-03-03
20:44
Fix a couple typos in connection pool log message formatting. check-in: c822f77fe9 user: mistachkin tags: trunk
19:47
Pickup the SQLite 3.38.0 core library docs from upstream. check-in: 510f704e0a user: mistachkin tags: trunk
2022-01-06
17:43
Pickup the SQLite 3.37.2 core library docs from upstream. check-in: 271c736751 user: mistachkin tags: trunk
2021-12-09
22:45
Tidy some things up. check-in: ac17cde538 user: mistachkin tags: trunk
2021-12-08
15:59
Corrections to connection accounting and pool tests. check-in: 29a2f3b9ba user: mistachkin tags: trunk
2021-12-07
03:21
Add SQLite_StrongConnectionPool environment variable to prevent pooled connections from being garbage collected. check-in: f478cc31c3 user: mistachkin tags: trunk
03:03
Bump version to 1.0.116.0. Update version history docs. check-in: 4d68e5d7ae user: mistachkin tags: trunk
02:34
Merge updates from trunk. Closed-Leaf check-in: b791bbe4f1 user: mistachkin tags: poolV2
02:32
Keep count of the number of calls into the Open and Close methods. check-in: 1632b701e5 user: mistachkin tags: trunk
2021-12-06
22:43
Add a missing diagnostic message. check-in: 5f0696d3ba user: mistachkin tags: poolV2
22:03
Updates to configuration parameter documentation. check-in: 9d176340cd user: mistachkin tags: poolV2
21:14
Merge updates from trunk. check-in: 4e6fd04906 user: mistachkin tags: poolV2
21:11
Minor correction to the new disposal handling. check-in: df3967e0ca user: mistachkin tags: trunk
2021-12-05
02:51
More design changes. Add tests. check-in: 14caf3ac63 user: mistachkin tags: poolV2
02:25
Merge updates from trunk. check-in: f1afe22d3b user: mistachkin tags: poolV2
02:07
Revert incorrect Dispose changes from check-in [95d4c93286]. check-in: 3e5f903c51 user: mistachkin tags: trunk
01:56
Simplify the changes on this branch. check-in: 541dfbca95 user: mistachkin tags: poolV2
01:19
Add a diganostic message. check-in: 6ae8fc2386 user: mistachkin tags: poolV2
2021-12-04
22:47
More work-in-progress. check-in: 328b5c7371 user: mistachkin tags: poolV2
21:29
Merge updates from trunk. check-in: eadc84b118 user: mistachkin tags: poolV2
21:28
Important fix to the previous check-in on this branch that prevents the .NET GC thread from getting stuck. check-in: 0317b1318d user: mistachkin tags: trunk
21:27
Fixes to the (new) SQLiteConnectionPool.Initialize method. check-in: 1a3acc0c6c user: mistachkin tags: poolV2
19:47
More changes. check-in: 9d8b010175 user: mistachkin tags: poolV2
19:37
Experimental changes to the connection pool subsystem. check-in: 5ac271a0ef user: mistachkin tags: poolV2
03:12
Initial work on addressing several object lifecycle issues with pooled database connections. check-in: 95d4c93286 user: mistachkin tags: trunk
2021-10-14
20:48
Fix metadata UTF-16 string length calculations on Linux. Fix for forum post [eeaefb84ec]. check-in: 6cda6ab5ab user: mistachkin tags: trunk
2021-10-13
15:09
Remove the 'CantOpen_Exists' error code as it is now removed from the core library. check-in: 8e96e8dd41 user: mistachkin tags: trunk
04:44
Correct a comment from the previous check-in. check-in: c34c018f08 user: mistachkin tags: trunk
04:42
Add an internal helper method to return the native library file name. check-in: 0266ad34f7 user: mistachkin tags: trunk
2021-10-12
21:39
Modify visibility of an internal static field. check-in: 374d0c963e user: mistachkin tags: trunk
01:40
Bump version to 1.0.115.5. Update version history docs. check-in: 452a22af62 user: mistachkin tags: trunk
2021-10-11
01:09
Initial work on a way to handle 'database is busy' events via wrapping the native 'sqlite3_busy_handler' API. check-in: 2541fcec64 user: mistachkin tags: trunk
2021-10-07
04:04
More minor changes. check-in: 4e853dcd1d user: mistachkin tags: trunk
2021-10-06
23:40
Another internal enhancement to the connection pool integration. check-in: 29a9603298 user: mistachkin tags: trunk
22:04
More internal changes to the connection pool. check-in: f93cb5dde5 user: mistachkin tags: trunk
21:56
Further minor refactoring of the connection pool. check-in: fe93b5dc98 user: mistachkin tags: trunk
21:42
When opening a connection, keep track of the specified maximum pool size. check-in: a6b76e293b user: mistachkin tags: trunk
2021-10-05
21:25
For cleanup purposes, catch (and re-throw) all exceptions raised within the SQLiteConnection.Open() method. check-in: 6177ac44cf user: mistachkin tags: trunk
2021-08-20
23:03
Add the CantOpen_Exists result code. check-in: 0d84aaae68 user: mistachkin tags: trunk
22:55
Add the Constraint_DataType result code. check-in: fab90dc44e user: mistachkin tags: trunk
2021-08-08
17:53
Avoid using the 'rarr' HTML entity in the virtual table documentation comments. check-in: f201bc2472 user: mistachkin tags: trunk
2021-07-28
01:51
Pickup the latest SQLite core library docs from upstream. check-in: eb4d2513f1 user: mistachkin tags: trunk
00:17
Bump version to 1.0.115.0. Update version history docs. check-in: c294c3c3cb user: mistachkin tags: trunk
2021-06-07
17:34
Change ForceLogPrepare to an instanced property, primarily in order to avoid lock contention. Pursuant to https://sqlite.org/forum/forumpost/0cf95d2717. check-in: 15055f1aac user: mistachkin tags: trunk
2021-05-23
15:25
Fix compilation issues seen with the .NET Compact Framework. check-in: 6693b87658 user: mistachkin tags: trunk
2021-05-11
01:44
Make the 'No_SQLiteLog' environment variable have a bigger scope. check-in: b9c705d22e user: mistachkin tags: trunk
2021-05-10
17:58
Work on more thread-safety in the logging subsystem. check-in: aebf2aa5f4 user: mistachkin tags: trunk
2021-05-07
21:29
Minor optimization to the previous check-in. check-in: 6e24a9d20d user: mistachkin tags: logInitEvent
21:23
Experimental work on more thread-safety in the logging subsystem. check-in: 2a24b09acb user: mistachkin tags: logInitEvent
2021-05-06
02:10
Further enhancements to the logging subsystem. check-in: 398e1ba2fd user: mistachkin tags: trunk
2021-03-08
05:33
Minor enhancements to the SQLiteLog class. check-in: 83fb6ed97f user: mistachkin tags: trunk
2021-03-05
08:12
Add support for math functions now provided by the SQLite core library. check-in: d9db7c6868 user: mistachkin tags: trunk
2021-02-26
21:33
Simplify use of preprocessor by the SQLiteBase.Open methods. check-in: a3f5a3c8e0 user: mistachkin tags: trunk
2021-02-19
02:50
Add 'TextPassword' connection string property for use with the SQLite Encryption Extension. check-in: d2ec91fd6e user: mistachkin tags: trunk
2021-02-06
21:16
Pickup the SQLite 3.34.1 core library docs from upstream. check-in: 202f60f0e0 user: mistachkin tags: trunk
2021-01-15
21:17
Add support for the sqlite3session_memory_used() API. check-in: 9f37b0f1aa user: mistachkin tags: trunk
2020-12-24
01:55
Update list of SQLite extended error codes. check-in: 0537fdeb0f user: mistachkin tags: trunk
2020-10-29
02:46
Re-add preliminary support for the .NET Framework 4.8. check-in: 3ede7fccc6 user: mistachkin tags: trunk
2020-10-28
01:31
Bump version to 1.0.114.0. Update version history docs. Update SQLite core library to the latest trunk code. Pickup the SQLite core library docs from upstream. check-in: 5dbf0b6519 user: mistachkin tags: trunk
2020-10-25
00:17
Attempt to prevent CriticalHandle derived objects from being passed into the interop assembly after the associated connection handle has been closed. Pursuant to [656293ca37]. check-in: 951c902c10 user: mistachkin tags: trunk
2020-09-25
20:43
Make sure existing public property values are preserved when processing a connection string. Fix for [15d3749655]. check-in: ba6105f57d user: mistachkin tags: trunk
2020-09-24
21:59
Attempt to optimize construction of the SQLiteConnection class. Pursuant to [be12568e30]. check-in: 438037ced6 user: mistachkin tags: trunk
2020-09-23
00:37
Improvements to 'special replacement token' handling. Pursuant to [908c22360e]. check-in: e4d77287f2 user: mistachkin tags: trunk
00:13
Make use of the Marshal.PtrToStringUTF8 method provided by the .NET Standard 2.1. Pursuant to [d3b877c7e0]. check-in: 9f4378b851 user: mistachkin tags: trunk
2020-06-09
23:00
Preliminary support for an alternate DLL config file. Pursuant to [bd9c4375cc]. check-in: 4c3bf14969 user: mistachkin tags: trunk
2020-05-31
19:44
Final updates for release 1.0.113.0. check-in: 3bb47c7b52 user: mistachkin tags: trunk, release, release-1.0.113.0
17:43
Update the embedded resources used for the .NET Standard 2.x builds. check-in: 01784493fb user: mistachkin tags: preRelease
2020-05-30
14:32
Re-stage the changes for the .NET Framework 4.8 support (on a branch). Closed-Leaf check-in: f06482af8f user: mistachkin tags: netFx48
14:28
Temporarily remove the preliminary support for the .NET Framework 4.8. check-in: 1911e60e5e user: mistachkin tags: trunk
2020-05-25
02:35
Merge all changes needed for the SQLite core library 3.32.0 release. check-in: 56170d1316 user: mistachkin tags: trunk
2020-05-24
22:04
Update the list of extended error codes. check-in: 4b6a26687a user: mistachkin tags: core-3.32.0
00:46
Merge updates from trunk. check-in: 8118694807 user: mistachkin tags: core-3.32.0
00:44
Sync up version history docs with 112 release branch. check-in: 4823faba6c user: mistachkin tags: trunk
00:36
Get this branch up-to-date with most trunk changes. check-in: bf714af93b user: mistachkin tags: branch-1.0.112
2020-04-25
19:21
Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10]. check-in: b4eb15b5a5 user: mistachkin tags: trunk
2020-04-03
21:01
Cherrypick of [e8a0925cc]. check-in: 966d3df032 user: mistachkin tags: branch-1.0.112
21:00
Add new error codes from the SQLite core library. check-in: e8a0925cca user: mistachkin tags: trunk
19:32
Cherrypick of [4e3f51a38b09e60c]. check-in: 8d1e3fdb6a user: mistachkin tags: branch-1.0.112
19:31
Attempt to make the .NET Compact Framework project files more robust against missing their SDK. check-in: 4e3f51a38b user: mistachkin tags: trunk
18:13
Cherrypick of [344a8bd45]. check-in: 7c57a7597e user: mistachkin tags: branch-1.0.112
18:10
Partial cherrypick of [1868813f4]. check-in: a5ac78ea8e user: mistachkin tags: branch-1.0.112
17:42
Partial cherry-pick of [ebd945280e]. Cherry-pick of [cc8089d56c]. Manually reset build number to '1.0.112.1'. Limited to core NuGet packages for .NET Framework v2.0 / v4.0 and .NET Standard 2.x only. check-in: da47d95976 user: mistachkin tags: branch-1.0.112
17:01
Partial cherry-pick of [6b6fb5374d]. check-in: c08d07c823 user: mistachkin tags: branch-1.0.112
2020-03-10
03:44
Add preliminary support for the .NET Framework 4.8. check-in: d6b5423937 user: mistachkin tags: trunk
2020-03-05
00:36
More work on tests. Rename the new environment variable. check-in: f6f755c1ee user: mistachkin tags: trunk
2020-03-04
03:31
Fix typos in comments. check-in: 4194e07323 user: mistachkin tags: trunk
03:25
When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions. check-in: e877217109 user: mistachkin tags: trunk
2020-02-02
04:18
Add an overload of the static Execute method to the SQLiteCommand class that accepts an open connection. check-in: 344a8bd45f user: mistachkin tags: trunk
2020-01-26
22:06
Merge all changes from SQLite core library pre-release branch. check-in: 1868813f4f user: mistachkin tags: trunk
2020-01-19
03:27
Add support for the new DBCONFIG options and update several tests. check-in: 436f0e76b2 user: mistachkin tags: corePreRelease
2019-12-08
04:59
Bump version to 1.0.113.0. Update version history docs. check-in: ebd945280e user: mistachkin tags: trunk
04:01
Include the 'LINQ' partial classes in the primary managed assembly for .NET Standard 2.1. Fix for [ad28d8e026]. Also, enhancements to related diagnostic functionality, including the new 'SQLite_ForceLogLifecycle' environment variable. check-in: 6b6fb5374d user: mistachkin tags: trunk
2019-10-27
20:40
Final updates for release 1.0.112.0. check-in: 7727af784b user: mistachkin tags: trunk, release, release-1.0.112.0
17:37
Fix typos in the GetLimitOpsNames method. check-in: d8c529a1ab user: mistachkin tags: preRelease
17:37
Fix compilation issues with the .NET Compact Framework. check-in: abb205e18a user: mistachkin tags: preRelease
2019-10-26
23:47
Add preliminary support for .NET Core 3.0 and the .NET Standard 2.1. Pursuant to [ce75d320d0]. check-in: f27654c95b user: mistachkin tags: trunk
23:26
Add support for using the sqlite3_limit() native API via the SetLimitOption method. check-in: c156d4710c user: mistachkin tags: trunk
23:06
Some fixes. Add tests. Update version history docs. check-in: e82be4000d user: mistachkin tags: limits
2019-10-24
22:37
Initial work on being able to change limits via sqlite3_limit(). check-in: d279011853 user: mistachkin tags: limits
2019-10-05
21:14
Fix typo. check-in: 156c53bbe3 user: mistachkin tags: netStandard21
19:45
Another build fix. check-in: 98687c3d49 user: mistachkin tags: netStandard21
19:42
Various build fixes. check-in: 11811c57fd user: mistachkin tags: netStandard21
17:47
Initial work on supporting the .NET Standard 2.1 (and .NET Core 3.0). check-in: c1dd57b1a1 user: mistachkin tags: netStandard21
03:32
Add support for new DBCONFIG options from the SQLite core library. Pursuant to [03b6b0edd7]. check-in: 42082ffc4d user: mistachkin tags: trunk
2019-08-01
01:30
Minor coding style cleanup. check-in: d90a4098ca user: mistachkin tags: trunk
01:25
Enhance the target framework abbreviation handling. check-in: 02695316e9 user: mistachkin tags: trunk
2019-07-13
19:11
Bump version to 1.0.112.0. check-in: e1836d9707 user: mistachkin tags: trunk
2019-05-16
03:23
Enhance the new tests for SQLiteLog subsystem initialization. check-in: 767b97f170 user: mistachkin tags: trunk
2019-05-15
01:49
Bump version number. Update version history docs. check-in: 95e0135ad1 user: mistachkin tags: trunk