mirror of
https://github.com/gotify/server.git
synced 2026-05-23 01:42:28 +08:00
Sqlite sorting is by default case sensitive. Postgres & mysql seem to be case insensitive text sorting. Sorting bytes is consistent between mysql,sqlite, and postgres.