github jdbi/jdbi v3.43.0
JDBI 3.43.0

latest releases: v3.45.4, v3.45.3, v3.45.2...
8 months ago
  • Support nesting row types into Java Optional or vavr Option (reported by @martyn0ff, #2558)
  • finally give up on trying to guess SQL script parsing and add a switch to control whether to strip trailing semicolons or not. Another attempt to
    fix SQL script parsing is (reported by @IrinaTerlizhenko, #2554).
  • add a new integration-test module for tests that require different parts of the code base. Should be used to write test cases for issue investigations.
  • support null as a value for binding bean, method, field and pojo objects (Suggested by @xak2000 in #2562)
  • Add testcontainers support for MS SQLServer
  • support returning a ResultSet from Call statements for databases that do not support cursor parameters. (suggested in #2557 by @metaforte and @0x1F528 in #2546)
  • support int, long, short, double and float return values from out parameters directly.

Don't miss a new jdbi release

NewReleases is sending notifications on new releases.