[MDEV-12688] INSERT INTO tinyint of CONNECT.JSON brings NULL Created: 2017-05-04 Updated: 2017-05-11 Resolved: 2017-05-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.1.22 |
| Fix Version/s: | 10.1.24, 10.0.31 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04 |
||
| Description |
|
After inserting values into a column, that is defined as TINYINT (JSON table, CONNECT engine), result values are NULL
|
| Comments |
| Comment by Olivier Bertrand [ 2017-05-04 ] | ||||||||||||||||
|
Same as MDEV-686 | ||||||||||||||||
| Comment by Alice Sherepa [ 2017-05-05 ] | ||||||||||||||||
|
bug
| ||||||||||||||||
| Comment by Olivier Bertrand [ 2017-05-05 ] | ||||||||||||||||
|
Indeed a bug when writing the json file. Type tiny was forgotten and nulls were written (in fact no pair).
and
will return:
|