All pages
Powered by GitBook
1 of 1

Loading...

Connector/R2DBC 1.0.2 Release Notes

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) and TINYINT(1) are by default converted to Boolean when getting value without type (new option tinyInt1isBit reverts this behavior). ()

Issues Fixed

  • Statement :: add not needed after the last binding, as stated in the specification ()

  • Errors like too many connections are not handled correctly on socket creation ()

  • Some options are not parsed when using a connection string. ()

  • Mutual authentication not done when using <<code>>sslMode=TRUST<. (

Resources

)
  • 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)

  • Report Issues
  • Source code

  • R2DBC-24
    R2DBC-25
    R2DBC-26
    R2DBC-27
    Download
    Documentation
    R2DBC-28
    Install MariaDB Connector/R2DBC
    Install MariaDB Connector/R2DBC with Spring Data

    This page is: Copyright © 2025 MariaDB. All rights reserved.