Skip to content

JDBI 3.43.0

Compare
Choose a tag to compare
@hgschmie hgschmie released this 03 Jan 06:23
· 93 commits to master since this release
eddfa45
  • 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.