lukinovec
|
9611a05f35
|
Skip null parameters, throw for other non-string parameters
|
2026-05-01 09:34:11 +02:00 |
|
lukinovec
|
e8168eb0b9
|
Add string check to validateFilename, swap validation order
Validate characters first, only then throw if the filename is a directory.
|
2026-05-01 09:16:17 +02:00 |
|
lukinovec
|
d3607f84bf
|
Use 'allowedCharacters' instead of 'allowlist', code quality
|
2026-05-01 09:11:55 +02:00 |
|
lukinovec
|
76c324d758
|
Add validateFilename()
Use validateFilename instead of validateParameter in SQLiteDatabaseManager. Directories are no longer considered valid SQLite database names.
|
2026-05-01 09:03:50 +02:00 |
|
lukinovec
|
37a4c7dd27
|
Check if paremeter is string
|
2026-04-30 15:08:46 +02:00 |
|
lukinovec
|
bacbf934e1
|
Improve validation exception message
|
2026-04-30 14:52:53 +02:00 |
|
lukinovec
|
46f73c42ad
|
Improve ValidatesDatabaseParameters comments, delete extra early return
|
2026-04-30 10:44:36 +02:00 |
|
lukinovec
|
75b74f2e6c
|
Make validateParameter have void return type
|
2026-04-30 09:28:48 +02:00 |
|
lukinovec
|
f3f1ab977a
|
Skip null parameters in validateParameter
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2026-04-30 09:15:18 +02:00 |
|
lukinovec
|
85929493d5
|
Improve ValidatesDatabaseParameters docblocks
|
2026-04-29 17:35:11 +02:00 |
|
lukinovec
|
740d53e9cc
|
Rename ValidatesSqlParameters to ValidatesDatabaseParameters
|
2026-04-29 17:35:11 +02:00 |
|