org h2 jdbc jdbcsqlsyntaxerrorexception table not found

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

showing results for - "org h2 jdbc jdbcsqlsyntaxerrorexception table not found"
Cassandra
12 May 2017
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