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.

20 most recent check-ins

2023-05-23
06:01
Fix typo in the previous check-in that resulted in a conditional compilation error. Leaf 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-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
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
04:14
Modify several test cases. check-in: 08af814540 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
23:33
Adjust the expected results for tests 'tkt-17045010df-1.1' and 'tkt-2abbf2c244-1.1' due to recent changes. check-in: 21dfe70432 user: mistachkin tags: trunk
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