We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf304e commit e32e239Copy full SHA for e32e239
jdbc-v2/src/main/java/com/clickhouse/jdbc/internal/ExceptionUtils.java
@@ -24,7 +24,7 @@ public final class ExceptionUtils {
24
public static final String SQL_STATE_INVALID_SCHEMA = "3F000";
25
public static final String SQL_STATE_INVALID_TX_STATE = "25000";
26
public static final String SQL_STATE_DATA_EXCEPTION = "22000";
27
- // Used only when feature is no supported
+ // Used only when feature is not supported
28
public static final String SQL_STATE_FEATURE_NOT_SUPPORTED = "0A000";
29
// Used only when method is called on wrong object type (for example, PreparedStatement.addBatch(String))
30
public static final String SQL_STATE_WRONG_OBJECT_TYPE = "42809";
0 commit comments