Sergey Chernov

Results 280 comments of Sergey Chernov

hi @xlvchao ! how are you? We have fixed many issues around parser that seems involved here. Would you please update to the latest version? Thanks!

Good day, @jploski Thank you for your feedback! We will look into the issue. There are cases when we have to parse SQL as if it is done by server....

Good day, @AndrewRazumovskiy ! Thank you for your suggestion! Would you please describe your use-case? Thanks!

@AndrewRazumovskiy Thank you for the response! Do you need `Blob` for some framework? However method `com.clickhouse.jdbc.ResultSetImpl#getBytes(int)` or `com.clickhouse.jdbc.ResultSetImpl#getBinaryStream(int)` is more straightforward option because has less wrapping classes. I assume there...

> ResultSetImpl#getBytes throws "Column is not of array type" > ResultSetImpl#getBinaryStream returns "BinaryStream is not yet supported" (v0.9.1) This will be fixed in 0.9.3 (should be ready by end of...

Good day, @kliakos! It is possible if you parse the content of a response. `rows_before_limit` is present only for specific formats and server for their purposes. Client-v2 doesn't parse text...

Fixed in 0.9.0 https://github.com/ClickHouse/clickhouse-java/pull/2376

Good day, @Faceisme ! Thank you for reporting the issue! I have a few questions: 1. Do you mean `java.sql.Date` or `java.util.Date`? 2. what is the date field definition? does...

@Faceisme thank you for the response! I think, it should be enough to reproduce the problem and fix.

Should be fixed in Dbeaver 25.2.2 https://github.com/dbeaver/dbeaver/issues/38742#issuecomment-3306346664