|
8a80cb8c20
|
Show progress dialog when upgrading database schema
|
2023-12-22 16:18:03 +01:00 |
|
|
e7705587c2
|
Fix .NET 8 warnings and update C# conventions
|
2023-07-18 18:51:23 +02:00 |
|
|
bd7904b88e
|
Convert namespace declarations to top-level
|
2023-07-18 16:12:02 +02:00 |
|
|
d463b407f4
|
Fix code for reducing chance of SQLite connection pool livelocks
|
2022-07-18 20:13:05 +02:00 |
|
|
6b54a80be1
|
Implement attachment downloads in desktop app
|
2022-05-29 12:09:47 +02:00 |
|
|
1e6e5c6f92
|
Refactor generating SQL "WHERE" clauses
|
2022-05-28 21:40:13 +02:00 |
|
|
2459c8ee1a
|
Add randomization of SQLite connection pool delays to reduce chance of livelocks
|
2022-05-28 21:40:13 +02:00 |
|
|
9ca56bd910
|
Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads
|
2022-03-21 00:38:24 +01:00 |
|
|
ab7f5d0a41
|
Add SQLite connection pooling and fix not releasing file lock after closing database
Closes #167
|
2022-03-13 13:50:26 +01:00 |
|