System.Data.SQLite

Timeline
Login

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

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

2025-01-27
18:08
Add the ability to build in VS2022 using the Setup/build_vs_2022.bat script to the 1.0.119.0 release. Leaf check-in: 0b34025625 user: drh tags: branch-119
2025-01-18
03:51
Fix a typo in the previous check-in. check-in: ae10148ec8 user: mistachkin tags: trunk
2024-12-11
03:32
Add experimental support for the 'Binary' DateTime format. check-in: fa96f58515 user: mistachkin tags: trunk
2024-11-19
18:01
Preliminary work on adding more 'Changed' event types. check-in: a55cf38927 user: mistachkin tags: trunk
2024-09-29
21:38
Final updates for release 1.0.119.0. check-in: 79b8267962 user: mistachkin tags: trunk, release, release-1.0.119.0
2024-09-15
17:55
Fixes for the release. Regenerate the embedded resources file for the .NET Standard builds. Also, disable several connection pool tests that do not pass consistently on the .NET Core / .NET runtimes. check-in: daefb6aa14 user: mistachkin tags: trunk
2024-08-13
02:41
Further trace category updates. check-in: c8e3af90a3 user: mistachkin tags: trunk
02:09
Add a couple new trace categories. check-in: 47358a058a user: mistachkin tags: trunk
2024-08-11
23:25
Expose the SQLiteConvert.TypeToDbType method. check-in: 2fa3ceabad user: mistachkin tags: trunk
23:18
Expose the SQLiteParameter.UnknownDbType constant. check-in: 1faa4d862e user: mistachkin tags: trunk
2024-08-05
16:28
Add the Tag property to the SQLiteConnection class. check-in: cdb3fe56b8 user: mistachkin tags: trunk
2024-07-03
23:13
Add the Serialize and Deserialize methods to the SQLiteConnection class. check-in: 502ca25961 user: mistachkin tags: trunk
16:16
Add the IncludeDefaultFlags connection string property, enabled by default. Make test 'pool-2.1' stricter. check-in: 5beb96136e user: mistachkin tags: trunk
2024-07-02
14:37
Add some comments. check-in: 3e72cd9da8 user: mistachkin tags: trunk
05:10
Add the AggressiveDisposal connection flag. Other pre-release fixes. check-in: 8d439ebdde user: mistachkin tags: trunk
2024-07-01
21:42
Follow-up to experimental (and broken) check-in [73602c161a], further changes to statement disposal, pursuant to connection pool stress issues. check-in: 0ed2dd7edd user: mistachkin tags: trunk
2024-06-30
20:30
Fix compilation issues seen with the .NET Compact Framework 2.0. check-in: 41ffa70ea3 user: mistachkin tags: trunk
15:17
Fix conditional compilation issue with the .NET Framework 4.0. check-in: 1bd1cf661e user: mistachkin tags: trunk
14:41
Experimental robustness enhancements to the command and data reader disposal semantics. check-in: 73602c161a user: mistachkin tags: trunk, broken
03:08
Make SQL statement preparation more fail-safe in the case of event callback exceptions, et al. check-in: 8524c09c61 user: mistachkin tags: trunk
2024-06-29
01:41
Fix minor bug in a new method caused by a typo. check-in: 57d6cf2744 user: mistachkin tags: trunk
2024-06-28
13:20
Simplify changes in the previous check-in. check-in: 5034d6b8f2 user: mistachkin tags: trunk
01:59
Add the GetPasswordCallback property to the SQLiteConnection class. check-in: 5351cdbe2c user: mistachkin tags: trunk
2024-06-26
21:15
More minor refactoring. check-in: 2c9119f941 user: mistachkin tags: trunk
20:59
Refactoring to move most helper methods to their own file. check-in: 37fd2a2fd7 user: mistachkin tags: trunk
20:29
Add another trace category. check-in: 74a0d7dca3 user: mistachkin tags: trunk
17:53
Refinements to tracing to make it more useful. check-in: 1e0a21410b user: mistachkin tags: trunk
17:06
Add another trace category value. check-in: e7c3adce8f user: mistachkin tags: trunk
16:43
Further tracing enhancements. check-in: 5ee0181745 user: mistachkin tags: trunk
16:34
Minor robustness enhancement to trace category parsing. check-in: 3545cc987c user: mistachkin tags: trunk
16:29
Fix typo in the previous check-in. check-in: dcba477a76 user: mistachkin tags: trunk
16:26
Add support for the 'SQLite_TraceCategories' environment variable. check-in: 37849c1af4 user: mistachkin tags: trunk
2024-06-25
21:09
Add the 'ConnectionPoolOnly' flag. check-in: c545a8aaef user: mistachkin tags: trunk
2024-06-07
21:54
Improve the test added by the previous check-in. check-in: dce9f66cde user: mistachkin tags: trunk
21:15
Add experimental support for using NuGet runtime identifiers to help locate the interop assembly. Pursuant to forum post 3757f4365b. check-in: b8e8c87fbe user: mistachkin tags: trunk
2024-06-05
00:52
Add the 'compress' and 'zipfile' extensions to the interop assembly. check-in: 2353287b09 user: mistachkin tags: trunk
00:44
Add another shim for the .NET Compact Framework. check-in: 3f4ecca4a3 user: mistachkin tags: trunk
2024-06-04
19:51
Add a shim for the .NET Compact Framework. check-in: 79f1959b46 user: mistachkin tags: trunk
14:54
Add the NoCase property to the SQLiteParameterCollection class. check-in: 94b98a11d4 user: mistachkin tags: trunk
2024-05-31
04:46
Add support for the DataReaderPreview event type. check-in: 5d0156f7f6 user: mistachkin tags: trunk
2024-05-24
21:20
Ignore disposal status of the connection when checking whether the DisposedConnection / FinalizedConnection event sub-types for the Changed event should be raised. check-in: 954385b694 user: mistachkin tags: trunk
19:16
Avoid setting up for the Changed event when it will not be fired. Pursuant to forum post 25cafb35e5. check-in: 9e98945ce3 user: mistachkin tags: trunk
19:15
Fix support for unnamed parameters using the ?NNN syntax. Pursuant to forum post 76cb35b58d. check-in: ded053d6c2 user: mistachkin tags: trunk
19:12
Add tests for the fix on this branch. Closed-Leaf check-in: 59ad1a9be9 user: mistachkin tags: pst-25cafb35e5
05:17
Keep track of the number of times the Changed event is fired or skipped. check-in: 950de6e62a user: mistachkin tags: pst-25cafb35e5
2024-05-23
23:15
Work-in-progress on addressing forum post 25cafb35e5. check-in: 6d7348176c user: mistachkin tags: pst-25cafb35e5
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