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
|
9b0d89363b
|
Removed whitespace
|
2025-06-19 11:40:23 +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
|
f221098c28
|
Formatted SQL queries - mainly adding double quotes where they were missing.
|
2025-06-18 10:42:08 +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 |
|
Carl Johnsen
|
eda3d5321b
|
Removed whitespace
|
2025-06-11 08:56:58 +02:00 |
|
Kenneth Skovhede
|
32f44a1ea7
|
Fixed issues with compile after merges
|
2025-04-25 17:21:39 +02:00 |
|
Kenneth Skovhede
|
0d413737b9
|
Set defaults for downgrade version to match 2.1.0.5 stable
|
2025-04-25 13:44:57 +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 |
|