hsqldb
hsqldb copied to clipboard
fix possible StringIndexOutOfBoundsException
Judge the length of sqlState before using String conditionClass = sqlState.substring(0, 2);
otherwise it will throw StringIndexOutOfBoundsException