Allow to emulate natural sorting on SQLite databases

This commit is contained in:
Jan Böhmer 2024-06-18 00:09:44 +02:00
parent 289c9126d0
commit 272fe0516b
5 changed files with 84 additions and 0 deletions

4
.env
View file

@ -23,6 +23,10 @@ DATABASE_MYSQL_USE_SSL_CA=0
# Only do this, if you know what you are doing!
DATABASE_MYSQL_SSL_VERIFY_CERT=1
# Emulate natural sorting of strings even on databases that do not support it (like SQLite, MySQL or MariaDB < 10.7)
# This can be slow on big databases
DATABASE_EMULATE_NATURAL_SORT=0
###################################################################################
# General settings
###################################################################################