PL/SQL parser - Phase 2
(MDEV-10764)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | 10.3.23 |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | Compatibility | ||
| Description |
|
Oracle data types NUMBER, FLOAT and DOUBLE are precise data types. They never use scientific notation when converted to string. When running in sql_mode=ORACLE, MariaDB should probably translate these data types to DECIMAL with reasonable precision and scale. Jerome B. has investigated compatibility problems: |
| Comments |
| Comment by Jérôme Brauge [ 2017-02-23 ] |
|
Hello Alexander, |