[h2] MySQL mode

2017-01-05 Thread dmcnamara
I apologize if this is a dumb question. Is there an additional jar that needs to be included to get mysql mode to work? I'm using the JDBC URL: jdbc:h2:~/test;MODE=MYSQL but it seems like the function mappings are still missing. For example, FROM_UNIXTIME is not defined. I dug into the code

Re: [h2] MySQL mode

2017-01-06 Thread dmcnamara
Thanks for the responses! Do you think it is worthwhile to open a PR to either: compile a separate tools jar as part of the build or move the FunctionsMySQL.java file to the src/main directory, or a different solution? On Friday, January 6, 2017 at 4:25:34 AM UTC-5, Thomas Mueller Graf wr