Skip to content

Commit 5277109

Browse files
author
Paultagoras
committed
Update ClickHouseStatement.java
1 parent 02a1e13 commit 5277109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-r2dbc/src/main/java/com/clickhouse/r2dbc/ClickHouseStatement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ public Flux<? extends Result> execute() {
156156

157157
@Override
158158
public Statement returnGeneratedValues(String... columns) {
159-
return null;
159+
return this;
160160
}
161161
}

0 commit comments

Comments
 (0)