org h2 jdbc jdbcsqlsyntaxerrorexception

Solutions on MaxInterview for org h2 jdbc jdbcsqlsyntaxerrorexception by the best coders in the world

showing results for - "org h2 jdbc jdbcsqlsyntaxerrorexception"
Elisa
12 Mar 2016
1DB_CLOSE_DELAY=-1
2
3# To keep the database open, add ;DB_CLOSE_DELAY=-1 to the database URL:
4jdbc:h2:mem:test;DB_CLOSE_DELAY=-1