Skip to content

Release 18.1.0

Latest
Compare
Choose a tag to compare
@mohrezaei mohrezaei released this 10 Feb 02:58
· 6 commits to master since this release
1db65d9

Change Log

18.1.0 - 2022-02-09

Enhancements:

  • Add MariaDB support to database definition generator
  • Auto quote columns that are SQL keywords or have spaces
    • Quoted identifiers are now forced to "on" at connection time to Sybase and MS SQL Server
  • Update to H2 2.1.210
    • This was a bigger change than expected. H2 2.x behaves quite differently from 1.x
      - It's a lot more strict regarding identifiers. This may cause issues with table names in unit tests.
      - Numerical computations can result in slightly different outcomes (e.g. rounding down vs up).
    • For unit tests, MODE=LEGACY is auto set for the in memory instance. The main use of this is the IDENTITY() function.
  • Update main dependencies: Eclipse Collections 11.0.0, Joda Time 2.10.13, slf4j 1.7.35.
  • Update serialization dependencies: gson 2.8.9, jackson-core 2.13.1.

Bug Fixes:

  • Fix parsing large long values in test data files