Carl Johnsen
|
2412800c0c
|
Removed the sqlite page cache option. It should be set through the environment variable, or some other way of providing a custom database configurotion
|
2025-06-19 11:41:39 +02:00 |
|
Carl Johnsen
|
78d649f5a3
|
All of the non-internal-library methods calling the database functions forwards CancellationToken.None
|
2025-06-19 11:00:24 +02:00 |
|
Carl Johnsen
|
9ac583db94
|
Made all relevant using statements use await to use DisposeAsync
|
2025-06-18 11:53:11 +02:00 |
|
Carl Johnsen
|
e81100de04
|
Started on adding docstrings
|
2025-06-17 09:59:22 +02:00 |
|
Carl Johnsen
|
3d11a05400
|
Added .ConfigureAwait(false) to all of the await statements
|
2025-06-12 08:34:29 +02:00 |
|
Carl Johnsen
|
17cabeb329
|
Updated the DatabaseTool to use the new async database backend
|
2025-06-11 08:57:14 +02:00 |
|
Kenneth Skovhede
|
32f44a1ea7
|
Fixed issues with compile after merges
|
2025-04-25 17:21:39 +02:00 |
|
Kenneth Skovhede
|
ba298df915
|
Added an upgrade command to the database tool
|
2025-04-25 12:30:03 +02:00 |
|
Kenneth Skovhede
|
1eb95c046f
|
Added option to scan for databases that are not connected to CLI or server database.
|
2025-04-25 11:13:50 +02:00 |
|
Kenneth Skovhede
|
a0ecc5e05d
|
Added a database downgrade tool
|
2025-04-24 16:36:14 +02:00 |
|