You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.