[MDEV-12902] Can not insert decimal into JSON type, CONNECT engine Created: 2017-05-24 Updated: 2020-12-01 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.1, 10.2.5, 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Olivier Bertrand |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04 |
||
| Description |
|
Decimal values are inserted as NULL.
It worked as expected with other types of tables (CSV, DOS). If decimal column is used in persistent column, results were correct (but NULL if column b1 is declared as decimal)
|