Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Some features were not implemented in to_number() under terms of MDEV-20022:
- The ON CONVERSION ERROR clause
- The third parameter (nlsparam)
- Internationalized components: G, D, C, L, U.
Under terms of this task we'll implement these features.
The internationalized components need some new information to be added into sql_locale.cc first.
We do have information for group separators (G) and decimal delimiters (D).
But we don't need information about:
- C - the ISO currency symbol
- L - the local currency symbol
- U - the dual currency symbol (e.g. Euro)
So this information should be added first
Attachments
Issue Links
- relates to
-
MDEV-20022 sql_mode="oracle" does not support TO_NUMBER() function
-
- Approved
-