[MDEV-13741] Add TYPE_BIN and proper BLOB types support to CONNECT engine Created: 2017-09-05 Updated: 2019-02-14 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Description |
|
CONNECT engine currently does NOT support BLOB types. See https://mariadb.com/kb/en/the-mariadb-library/connect-data-types/ for more details: "Note: BLOB is currently not converted until a TYPE_BIN type is added to CONNECT. However, the SKIP option also applies to BLOB columns." It would be useful to add this missing feature. |