Re: [h2] MySQL mode

2017-01-05 Thread Noel Grandin
Sorry, but org.h2.mode.FunctionsMySQL is not part of the H2 source code, you must have been looking at something else. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [h2] MySQL mode

2017-01-06 Thread Thomas Mueller Graf
Hi, Actually, it is in the src/tools directory of H2. It was an attempt to modularize the code. It was probably not a good idea. It is not included in the H2 jar file, so you would need to manually add it to the classpath or possibly your code. Regards, Thomas On Fri, Jan 6, 2017 at 7:18 AM, Noe

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

Re: [h2] MySQL mode

2017-01-06 Thread Noel Grandin
yeah, just move it to the main directory​ is prob the easiest -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To post to

Re: [h2] MySQL mode

2018-07-16 Thread Sudipto Sarkar
Now that it is there in main, I see the last merge on that file was in January, and the maven repo says it got there in March, how is it still not there in the jar? Also, I'm trying to use this in conjunction with spring-jdbc. Since I don't have direct access to the java.sql.Connection instance

Re: [h2] MySQL mode

2018-07-16 Thread Sudipto Sarkar
I was able to resolve my spring boot issue with registering this: https://stackoverflow.com/questions/43688048/spring-boot-jpa-h2-compatibility-mode-mysql-not-working/51365673#51365673 On Monday, July 16, 2018 at 8:31:29 PM UTC+5:30, Sudipto Sarkar wrote: > > Now that it is there in main, I see t