asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
181 stars 18 forks source link

Support for MariaDB Extend Type Info #254

Open mirromutth opened 4 months ago

mirromutth commented 4 months ago

If Capability.MARIADB_CLIENT_EXTENDED_TYPE_INFO is set, the Column Definition Packet will contain an extend type info

MariaDB returns JSON data as VARCHAR (MYSQL_TYPE_STRING), so reading the extend type info is useful to identify the correct MySqlType.