This commit is contained in:
2021-09-10 17:08:18 +00:00
parent 81331c66e2
commit da3c76f5c5

View File

@@ -16,8 +16,8 @@
locale is determined by db default which is determined by server default locale is determined by db default which is determined by server default
help docs (ours) link that should be added and page dedicated to locale issues: help docs (ours) link that should be added and page dedicated to locale issues:
todo: Need a tolowercase check in .net core, does it also follow the server setting? todo: make sure at server correct use of tolower to match db where it matters for filter / search etc
should I just allow postgres to do all tolower stuff by default? (probably) this means tolowerinvariant for internal system stuff and ToLower(System.Globalization.CultureInfo.CurrentCulture) and NOT tolower() with no locale
todo: help docs specific page about db collation ("sorting") and case sensitivity etc todo: help docs specific page about db collation ("sorting") and case sensitivity etc
How AyaNova does case insensitive matching How AyaNova does case insensitive matching
How AyaNova does collation (db server specific) How AyaNova does collation (db server specific)