Skip to content

Commit 30ed2e1

Browse files
set the constant in getSQLStateType (#1781)
1 parent 9b01aed commit 30ed2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/jdbc/DatabaseMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ public int getJDBCMinorVersion() throws SQLException {
10121012

10131013
@Override
10141014
public int getSQLStateType() throws SQLException {
1015-
return 0;
1015+
return sqlStateSQL99;
10161016
}
10171017

10181018
@Override

0 commit comments

Comments
 (0)