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.

50 most recent check-ins that include changes to files matching 'Doc/*'

2024-08-12
15:45
Pickup a compiler warning fix from trunk for the 'compress' extension. Update version history docs. check-in: 0b491d6912 user: mistachkin tags: trunk
13:56
Update SQLite core library to the 3.46.1 release. Pickup the latest SQLite 3.46.1 core library docs from upstream. check-in: 1a338cb30d user: mistachkin tags: trunk
2024-08-11
18:24
Update version history docs with new estimated release date. check-in: 5af0f9959d 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
05:10
Add the AggressiveDisposal connection flag. Other pre-release fixes. check-in: 8d439ebdde user: mistachkin tags: trunk
2024-06-28
01:59
Add the GetPasswordCallback property to the SQLiteConnection class. check-in: 5351cdbe2c user: mistachkin tags: trunk
2024-06-26
16:26
Add support for the 'SQLite_TraceCategories' environment variable. check-in: 37849c1af4 user: mistachkin tags: trunk
2024-06-07
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
2024-06-04
14:54
Add the NoCase property to the SQLiteParameterCollection class. check-in: 94b98a11d4 user: mistachkin tags: trunk
2024-05-24
20:53
Update SQLite core library to the 3.46.0 release. Pickup the latest SQLite 3.46.0 core library docs from upstream. check-in: 2ec4618e22 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
05:08
Update version history docs. check-in: 83a61554d4 user: mistachkin tags: pst-25cafb35e5
2024-05-12
15:48
Update version history docs. check-in: 5003348e58 user: mistachkin tags: pst-76cb35b58d
2024-04-27
15:15
Update version history docs. check-in: 1764d76cee user: mistachkin tags: trunk
2024-04-15
20:17
Update SQLite core library to the 3.45.3 release. Pickup the latest SQLite 3.45.3 core library docs from upstream. check-in: aa11aeade1 user: mistachkin tags: trunk
2024-04-09
18:52
Update SQLite core library to the tip of 3.45 release branch. Pickup the latest SQLite 3.45 core library docs from upstream. Update version history docs. check-in: 2275c460a1 user: mistachkin tags: trunk
2024-03-16
02:32
Update SQLite core library to the 3.45.2 release. Pickup the latest SQLite 3.45.2 core library docs from upstream. check-in: 6e9d15b8b9 user: mistachkin tags: trunk
2024-03-08
17:14
Update SQLite core library to the very latest from the 3.45 release branch. check-in: e5407548a9 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
16:44
Update version history docs again. check-in: 8593909bbb user: mistachkin tags: trunk
16:33
Update version history docs. check-in: e789b56760 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-02-22
18:30
Update SQLite core library to the tip of 3.45 release branch. Pickup the latest SQLite 3.45 core library docs from upstream. check-in: a1cd8deb8e user: mistachkin tags: trunk
2024-01-30
20:53
Update SQLite core library to the 3.45.1 release. Pickup the latest SQLite 3.45.1 core library docs from upstream. check-in: b89076650e user: mistachkin tags: trunk
2024-01-22
21:06
Fix typo in the previous check-in. check-in: 562e02bdb7 user: mistachkin tags: trunk
21:01
Update version history docs. check-in: 396807b76f user: mistachkin tags: trunk
10:25
Update SQLite core library to the 3.45.0 release. Pickup the latest SQLite 3.45 core library docs from upstream. check-in: b8ba560cfe user: mistachkin tags: trunk
09:33
Bump version to 1.0.119.0. Update version history docs. check-in: d4cc85f21d user: mistachkin tags: trunk
2023-06-12
00:27
Update some web page links. check-in: 0eae450ee3 user: mistachkin tags: trunk
2023-06-09
18:17
Update the CHM file for release 1.0.118.0. check-in: 52f5592713 user: mistachkin tags: trunk
18:09
Update version history docs. check-in: 0094823a24 user: mistachkin tags: trunk
2023-05-31
19:48
Update version history docs. check-in: a9e1dbad32 user: mistachkin tags: trunk
19:28
Add tests for ticket [e22d357a21]. check-in: 7edc811b3a user: mistachkin tags: trunk
2023-05-16
23:01
Minor update to version history docs. check-in: 440082993e user: mistachkin tags: trunk
22:47
Pickup the latest SQLite 3.42 core library docs from upstream. check-in: 55c9c748d3 user: mistachkin tags: trunk
22:45
Update SQLite core library to the 3.42.0 release. check-in: 86aea6a924 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
2023-05-14
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-12
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
23:28
Update SQLite core library to the latest beta of 3.42. check-in: f7d26d2f23 user: mistachkin tags: trunk
2023-04-08
20:14
Pickup the latest SQLite 3.41 core library docs from upstream. check-in: b66a5b9ed7 user: mistachkin tags: trunk
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