Changelog

v2.0.0-rc3 (2024-06-22)

Implemented enhancements:

  • Make java17 is the baseline #216

Merged pull requests:

docs/jooqx/v2.0.0-rc2 (2024-06-21)

Implemented enhancements:

  • Support jooq 3.19.* #174

Fixed bugs:

  • DataTypeMapper does not work correctly since jOOQ3.18 #235

v2.0.0-rc.1 (2024-03-16)

Implemented enhancements:

  • Add DML shortcut #154

v2.0.0-rc1 (2023-01-11)

Breaking changes:

  • Move SQLResultAdapter is close to RowDecoder #115

  • Breaking change to jooqx v2 #101

  • JSON serialization SPI #12

Implemented enhancements:

  • Able to execute multiple statements in one connection #137

  • Add shortcut for fetchJsonObject/fetchJsonArray #133

  • Add shortcut for fetchOne/fetchMany/fetchExists/fetchCount into jooqx #129

  • Refactor code generation for rxify #103

  • Support SQL block #98

  • Support plain SQL #97

  • Support mutiny #83

  • Support Rx3 #82

  • Remove lombok dependency #65

  • Support DDL #51

  • Introduce jooqx SPI provider #49

  • Rxify for JooqxBuilder #38

  • Support plain JDBC in Vertx reactive mode #33

  • Support SQL Procedure #25

  • Integrate with RQL #8

Fixed bugs:

  • MySQL select count #124

  • Unable convert data by Select #107

  • Wrong jooqx-core-test-fixtures on Nexus #53

Closed issues:

  • vertx-junit5 > 4.2.5 always failed to open SQL connection #146

Merged pull requests:

1.0.0

Closed issues:

  • Document & usage #24

  • Vertx gen to Rxify #18

  • Test with complex query that return join result to ensure VertxJooqRecord can handle #11

  • Add some useful basic SQL query as DAO function #10

  • Convert result from VertxJooqRecord to Table record or Table pojo #9

  • Support SQL transaction #7

  • Data type converter between Vertx SQL and jOOQ #6

  • Error handling #5

  • Support batch DML #3

Merged pull requests:

This Changelog was automatically generated by github_changelog_generator