[MDEV-22870] Would like sort order for sql_mode=ORACLE to match Oracle sort order Created: 2020-06-11 Updated: 2021-12-10 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Maria M Pflaum | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility, Oracle | ||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB in oracle-mode orders alpha-numeric as follows: In mariaDB
But In oracle:
Can we get MariaDB to act like Oracle when sorting in SQL_MODE=ORACLE? |
| Comments |
| Comment by Alexander Barkov [ 2020-06-16 ] |
|
This is a different behaviour, not a bug. Oracle compatible sort orders can be implemented via new MariaDB collations. That's relatively easy to do. |