Commit graph

12 commits

Author SHA1 Message Date
Alexandr Stelnykovych
c14eb43605 fix: Improve error handling for malformed records in SQLite storage 2025-09-03 12:44:43 +03:00
Alexandr Stelnykovych
ce52869945 fix: Some configuration data is not stored in the core database when using SQLite.
https://github.com/safing/portmaster/issues/1989
2025-08-28 17:25:16 +03:00
Alexandr Stelnykovych
e5715a9550 fix(sqlite): Limit concurrent writes to avoid SQLITE_BUSY errors
Some checks failed
Release v2.X / Prep (push) Has been cancelled
Release v2.X / Installer linux (push) Has been cancelled
Release v2.X / Installer windows (push) Has been cancelled
https://github.com/safing/portmaster/issues/1848
2025-05-30 13:17:39 +03:00
Daniel
7b05ed82b2 Add a 3s busy timeout to SQLite database backend 2025-04-04 13:52:50 +02:00
Daniel
9b12dfffc2 Add option to use prepared statements for SQLite PutMany 2025-03-17 14:13:53 +01:00
Daniel
2c8ab54104 Fix SQLite maintenance methods 2025-03-10 11:44:08 +01:00
Daniel
c0d8d0c2f0 Add new PurgeOlderThan interface method to SQLite Database 2025-03-10 10:34:57 +01:00
Daniel
b8ab348095 Fix tests and linters 2025-03-04 15:25:44 +01:00
Daniel
71f6f09384 Use waitgroup instead of mutex for sqlite storage 2025-02-28 11:38:27 +01:00
Daniel
c04213219b Make format and value nullable and improve maintenance and purge queries 2025-02-28 10:21:59 +01:00
Daniel
b68646c689 Use transaction for PutMany and cursor Query 2025-02-26 16:52:34 +01:00
Daniel
c742c7dfd1 Add SQLite database storage backend 2025-02-25 11:48:16 +01:00