Connector/R2DBC 1.0.2 Release Notes
Connector/R2DBC 1.0.2 is a Stable (GA) release of MariaDB Connector/R2DBC, released on 2021-07-19
Last updated
Was this helpful?
Connector/R2DBC 1.0.2 is a Stable (GA) release of MariaDB Connector/R2DBC, released on 2021-07-19
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.
Release date: 19 Jul 2021
MariaDB Connector/R2DBC 1.0.2 is a Stable (GA) release.
This release is compatible with R2DBC 0.8.5 specification.
Columns of type Bit(1) and TINYINT(1) are by default converted to Boolean when getting value without type (new option tinyInt1isBit reverts this behavior). (R2DBC-24)
Statement :: add not needed after the last binding, as stated in the specification (R2DBC-25)
Errors like too many connections are 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 <<code>>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)
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?
Was this helpful?

