Case insensitive collation identical to Javascript
Can one please confirm or reject if
- SELECT (a = b) with utf8mb4_0900_as_ci collation
results always the same result as
- (a.toLowerCase() == b.toLowerCase()) in JavaScript?
a and b are both non-null Unicode strings.
If not, what would be the best collation (or solution) to make case-insensitive comparison to work the same on MySQL and JS?
Thanks.
Subject
Views
Written By
Posted
Case insensitive collation identical to Javascript
687
April 29, 2021 02:32AM
422
April 29, 2021 03:07AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.