We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259682e commit d813994Copy full SHA for d813994
1 file changed
clickhouse-jdbc/src/main/java/ru/yandex/clickhouse/ClickHouseConnectionImpl.java
@@ -227,7 +227,7 @@ public void commit() throws SQLException {
227
228
@Override
229
public void rollback() throws SQLException {
230
- throw new SQLException("Cannot commit when auto-commit is enabled");
+ throw new SQLException("Cannot rollback when auto-commit is enabled");
231
}
232
233
0 commit comments