What exactly do you want? Use the *same* database it all connections? Then choose some name for your in-memory database and pass JDBC URL with this name to your pool. Don't use jdbc:h2:mem:; use jdbc:h2:mem:something;
And don't use DATABASE_TO_UPPER=FALSE parameter if you need some compatibility with MySQL, use MODE=MySQL;DATABASE_TO_LOWER=TRUE instead. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/08291a08-5e09-4bba-9cd2-4ac6c4970cfa%40googlegroups.com.
