We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If Capability.MARIADB_CLIENT_EXTENDED_TYPE_INFO is set, the Column Definition Packet will contain an extend type info
Capability.MARIADB_CLIENT_EXTENDED_TYPE_INFO
MariaDB returns JSON data as VARCHAR (MYSQL_TYPE_STRING), so reading the extend type info is useful to identify the correct MySqlType.
JSON
VARCHAR
MYSQL_TYPE_STRING
MySqlType
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
Capability.MARIADB_CLIENT_EXTENDED_TYPE_INFO
is set, the Column Definition Packet will contain an extend type infoMariaDB returns
JSON
data asVARCHAR
(MYSQL_TYPE_STRING
), so reading the extend type info is useful to identify the correctMySqlType
.The text was updated successfully, but these errors were encountered: