h2-functions-4-mysql icon indicating copy to clipboard operation
h2-functions-4-mysql copied to clipboard

H2 functions for MySQL

Results 2 h2-functions-4-mysql issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies

h2 will add unix_timestamp in mysql mode. ![屏幕截图 2023-02-26 175303](https://user-images.githubusercontent.com/5027825/221404102-9f09ce43-b7b4-4715-a807-5046de50a24e.png) And this will lead below action failed with function exist exception. H2FunctionsLoader.loadMysqlFunctions(dataSource); H2 version is 1.4.200 pom file ``` org.mvnsearch...