Is the following sort of thing expected behavior? I'm using H2 1.4.200 and
a named in-memory database with DB_CLOSE_DELAY=-1.
statement.execute("SHUTDOWN");
statement.close();
// assert connection.isClosed(); // fails
connection.close(); // throws exception
I would think that either connection.isClosed() at that point should return
true, or it should be legal to attempt to close the connection.
Best,
Laird
--
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/901c60f0-0604-4ca5-b453-6bb42b4d793a%40googlegroups.com.