gnu-social/lib
Alexei Sorokin 3075cffcd7 [DATABASE] Change collation handling
Before now table definitions could define collations only for MariaDB using the
MariaDB's collation names directly.
Now instead definitions get a slightly more abstract collation name syntax, but
only supporting the collations utf8mb4_bin and utf8mb4_unicode_(cs|ci) (wrapped
as utf8_bin, utf8_general_(cs|ci)), because those are the ones that have
practical use for GNU social.

Which also means that on MariaDB the formerly used utf8mb4_general_(cs|ci) have
been superseded by utf8mb4_unicode_(cs|ci), as they are the more modern
replacement.

Introduce collation support on PostgreSQL which results in use of the C (POSIX)
collation as utf8_bin and the und-x-icu collation as utf8_general_cs.
utf8_general_ci is also mapped to und-x-icu, which makes it case-sensitive,
unfortunately.
2021-07-16 19:44:40 +01:00
..
action Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
activitystreams [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
admin [MODULES] Make disable in admin panel effective 2021-07-16 19:44:35 +01:00
api [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
application [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
cache [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
database [DATABASE] Change collation handling 2021-07-16 19:44:40 +01:00
exceptions [EXCEPTIONS] Inherit the Previous Exception parameter 2021-07-16 19:44:38 +01:00
feeds Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
groups [DATABASE] Fix remaining misuses of SQL's GROUP BY 2021-07-16 19:44:40 +01:00
im [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
media [MEDIA] Add WebP support 2021-07-16 19:44:40 +01:00
modules Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
notices Revert "[CORE] Avoid the old "reply" relation in inboxnoticestream" 2021-07-16 19:44:40 +01:00
portablecontacts [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
profile [DATABASE] Check SQL boolean values with "IS TRUE" 2021-07-16 19:44:37 +01:00
queue [PLUGINS] Added UnQueue, a new default plugin which does all actions immediately 2021-07-16 19:44:34 +01:00
search [SEARCH][PostgreSQL] Make LIKE search case-insensitive 2021-07-16 19:44:40 +01:00
ui [DATABASE] Fix remaining misuses of SQL's GROUP BY 2021-07-16 19:44:40 +01:00
util [MEDIA] Add WebP support 2021-07-16 19:44:40 +01:00