[CONJ-950] Wrong text type names in result set metadata Created: 2022-03-29 Updated: 2022-05-16 Resolved: 2022-05-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Liudmila Kornilova | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
driver 3.0.4 |
||
| Description |
|
How to reproduce:
Expected:
Actual:
As you can see type names are pretty random. I'm a developer from JetBrains, I'm working on MariaDB support in JetBrains IDEs (see https://www.jetbrains.com/datagrip/). This type names issue makes it really complicated for me to support MariaDB properly |
| Comments |
| Comment by Diego Dupin [ 2022-05-16 ] |
|
Thanks for reporting this metadata difference. This is a regression
This will make driver 3.0 version behave like previous 2.x driver. Just a remark . With correction, for your example, this will return a different value compare to your expectation for longtext : "longtext | -1 | LONGTEXT | 0" |