noisepage icon indicating copy to clipboard operation
noisepage copied to clipboard

JDBC driver doesn't catch illegal state exception

Open dniu16 opened this issue 4 years ago • 0 comments

JDBC driver throws illegal state exception, but the executeNonSelectQuery method within TracefileTest only catches sqlexception. The problem is that any other run time exception cracks the whole thing and we don’t know about information like line numbers.

Solution: Catch throwable instead of sqlexception within TracefileTest.

dniu16 avatar Dec 02 '20 22:12 dniu16