[MDEV-8515] Explicit and implicit CAST from string to integer work differently Created: 2015-07-21 Updated: 2019-11-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | Data type cleanups | ||||||||
| Description |
|
Implicit cast:
returns:
I.e. it understands floating point formats. Explicit CAST works differently:
returns:
i.e. it does not understand floating point formats. Explicit CAST should be fixed to understand floating point format. |