PL/SQL parser - Phase 2
(MDEV-10764)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.6 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Earlier we made concatenation operator and SUBSTR translate empty results to NULL when running with sql_mode=ORACLE. Under terms of this task we'll change TRIM, LTRIM, RTRIM to do the same. The below scripts demonstrate Oracle's behavior:
|