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

R2DBC MySQL 0.8.0.RELEASE

Compare
Choose a tag to compare
@mirromutth mirromutth released this 01 Dec 07:38

0.8.0.RELEASE

New features

  • Added support fetch size for prepared statements.

Features change

  • Changed default type mappings, like Blob to ByteBuffer, Clob to String, etc.

Fixed bugs

  • Fixed memory leak when user consumes only a portion of the rows
  • Propagated connection closed/killed and emit an exception to subsequent exchanges instead of being hanged.