h2-functions-4-mysql
h2-functions-4-mysql copied to clipboard
H2 functions for MySQL
Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...
h2 will add unix_timestamp in mysql mode.  And this will lead below action failed with function exist exception. H2FunctionsLoader.loadMysqlFunctions(dataSource); H2 version is 1.4.200 pom file ``` org.mvnsearch...