Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56911a86 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Allow "LOCALIZED" and "UNICODE" collators."

parents b50bc1f6 71c694aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -823,6 +823,7 @@ public class SQLiteQueryBuilder {
        switch (token.toUpperCase(Locale.US)) {
            case "COLLATE": case "ASC": case "DESC":
            case "BINARY": case "RTRIM": case "NOCASE":
            case "LOCALIZED": case "UNICODE":
                return;
        }
        throw new IllegalArgumentException("Invalid token " + token);