MySQL Forums
Forum List  »  Connector/ODBC

Re: Display size column width parameter odbc.ini
Posted by: Bogdan Degtyariov
Date: December 06, 2021 02:57AM

The ODBC driver should not trim the result at 300 symbols.
ODBC API does not have the type identifier for JSON type and therefore the driver treats it as SQL_LONGVARCHAR by default.

This can also be a bug in ODBC driver.
You can report it here:
https://bugs.mysql.com/report.php

Please supply all relevant details, data, test code to help with the bug verification.

Options: ReplyQuote


Subject
Written By
Posted
Re: Display size column width parameter odbc.ini
December 06, 2021 02:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.