[MDEV-30496] CONNECT engine does not handle TEXT columns Created: 2023-01-29 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.6.10 |
| Fix Version/s: | 10.6, 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Gisbert W. Selke | Assignee: | Andrew Hutchings |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
On a remote server, I have this table definition:
When I try to connect to this table using
I get this error message:
Note that column message was of type TEXT in the original table but this was changed to VARCHAR(1024) in the discovered CONNECT table. This is, as has been pointed out, documented behaviour and, as such, not a bug. I would like to make a feature request for full support of TEXT (and its variants) columns, in order to make CONNECT even more useful. |
| Comments |
| Comment by Anel Husakovic [ 2023-01-30 ] |
|
Currently this is not a bug, but it is per specification. |
| Comment by Gisbert W. Selke [ 2023-01-30 ] |
|
Thank you for pointing out that this is a documented limitation. I have changed the description as suggested. Please, adjust priorities accordingly. |
| Comment by Gisbert W. Selke [ 2023-01-30 ] |
|
My connect_type_conv variable has the value YES, indeed. I wonder, though, why I get the error message shown in my original description. From the documentation I understand that with my configuration, the conversion should silently be applied. |