This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user