Release Notes for MariaDB Connector/R2DBC 1.0.2
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/R2DBC
Topics on this page:
Overview
MariaDB Connector/R2DBC is a non-blocking interface between Java applications and MariaDB Server. MariaDB Connector/R2DBC enables the development of Java 8+ applications for MariaDB database products.
MariaDB Connector/R2DBC 1.0.2 was released on 2021-07-19. This release is compatible with R2DBC 0.8.5 specification.
Notable Changes
Columns of type
Bit(1)andTINYINT(1)are by default converted toBooleanwhen getting value without type (new optiontinyInt1isBitreverts this behavior). (R2DBC-24)
Issues Fixed
Statement::addnot needed after the last binding, as stated in the specification (R2DBC-25)Errors like
too many connectionsare not handled correctly on socket creation (R2DBC-26)Some options are not parsed when using a connection string. (R2DBC-27)
Mutual authentication not done when using
sslMode=TRUST. (R2DBC-28)Connection fails to be created when using Native Password plugin after authentication switch. (R2DBC-30)
A negative duration value can result in storing wrong data. (R2DBC-31)
