[h2] Re: Version 2.2.222 still not available in the Maven repository

2023-09-12 Thread Evgenij Ryazanov
H2 2.2.222 has a known regression: it doesn't perform automatic calculation of statistics. You need to run the ANALYZE command by yourself. In real-words applications it can be enough to call its once after insertion of enough amount of data, in unit tests you may need to call it in every test

[h2] Re: H2 mem db failing with LocalDateTime

2023-09-12 Thread Evgenij Ryazanov
Hello! You cannot use MySQL/MariaDB-specific features without MySQL or MariaDB compatibility mode: https://h2database.com/html/features.html#compatibility If you use H2 in unit tests you also need to disable their automatic configuration by Spring Boot, otherwise your custom JDBC URL with all