Hello, Is there a mean to set a filter class to transform SQL statements on-the-fly before execution?
I'm using MySQL as a main DB and H2 for unit tests and I'm stuck by SQL compatibility problems. My idea is to replace for example DROP TEMPORARY TABLE by DROP TABLE, or CREATE TABLE (...) ENGINE=MEMORY by CREATE TABLE (...) Thanks, Boris. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/QfFY4vFQUbEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
