Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

R2DBC MySQL 0.8.0.RC1

Choose a tag to compare

@mirromutth mirromutth released this 28 Sep 11:18

Target SPI

io.r2dbc:r2dbc-spi:0.8.0.RC1

Features

  • Add ByteBuffer encoder/decoder
  • Add connection metadata
  • Relax options validation
  • Compound statement support
  • Implement isAutoCommit, setAutoCommit and getTransactionIsolationLevel in MySqlConnection

Fixs

  • Correct VARBINARY encode/decode
  • Encode BigInteger as String to ensure that the integer does not overflow