Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3.23
-
None
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:
https://lists.launchpad.net/maria-developers/msg10330.html