You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDBC driver should use streaming API of client-v2 to insert data where it is possible. The old client was doing it based on statement:
it is insert statement
it doesn't contain select
there is a specific {tt 'raw_data'} parameter
Note: statement may have a format: test: com.clickhouse.jdbc.ClickHousePreparedStatementTest#testInsertWithFormat
Here is test: com.clickhouse.jdbc.ClickHousePreparedStatementTest#testLoadRawData
Here is reference in code: com.clickhouse.jdbc.internal.ClickHouseConnectionImpl#prepareStatement
The text was updated successfully, but these errors were encountered:
Describe the bug
JDBC driver should use streaming API of client-v2 to insert data where it is possible. The old client was doing it based on statement:
{tt 'raw_data'}
parameterNote: statement may have a format: test:
com.clickhouse.jdbc.ClickHousePreparedStatementTest#testInsertWithFormat
Here is test:
com.clickhouse.jdbc.ClickHousePreparedStatementTest#testLoadRawData
Here is reference in code:
com.clickhouse.jdbc.internal.ClickHouseConnectionImpl#prepareStatement
The text was updated successfully, but these errors were encountered: