forked from mirror/Part-DB.Part-DB-server
Document natural sorting and the DATABASE_EMULATE_NATURAL_SORT option
This commit is contained in:
parent
2fabcabcc0
commit
1f6e3db09e
3 changed files with 30 additions and 1 deletions
2
.env
2
.env
|
@ -24,7 +24,7 @@ DATABASE_MYSQL_USE_SSL_CA=0
|
|||
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
|
||||
# This can be slow on big databases and might have some problems and quirks, so use it with caution
|
||||
DATABASE_EMULATE_NATURAL_SORT=0
|
||||
|
||||
###################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue