Commit c56a35e
Fix query timeout for executeUpdate operations
Set ASYNC_OPERATIONS flag when queryTimeout is non-zero in executeUpdateImpl method, matching the behavior in executeQueryImpl. This ensures timeout functionality works correctly for update operations.
Agent-Logs-Url: https://github.com/ClickHouse/clickhouse-java/sessions/07ade9ad-d4a5-4795-b2e7-fd7b132369ad
Co-authored-by: mshustov <3198181+mshustov@users.noreply.github.com>1 parent 0e78363 commit c56a35e
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
253 | 255 | | |
254 | 256 | | |
255 | 257 | | |
| |||
0 commit comments