PL/SQL parser - Phase 2
(MDEV-10764)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
When running with sql_mode=ORACLE, MariaDB should emulate Oracle-style behavior related to date and timestamp formats. Oracle uses '17-AUG-16' and '17-AUG-16 06.25.36.000000 PM' as the default format for the DATE and TIMESTAMP data types:
Formats are determined by session parameters:
The above parameters detemine both input and output formats and can be changed using an ALTER SESSION query.
|
| Comments |
| Comment by Elena Stepanova [ 2017-04-23 ] |
|
Should probably be 10.3? |