-
Notifications
You must be signed in to change notification settings - Fork 591
Insights: ClickHouse/clickhouse-java
Overview
-
- 8 Merged pull requests
- 0 Open pull requests
- 11 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
8 Pull requests merged by 3 people
-
[repo] remove
#2505 merged
Jul 25, 2025 -
[jdbc-v2] Parser issues fix
#2506 merged
Jul 24, 2025 -
Fix native build, make shaded JAR work
#2502 merged
Jul 24, 2025 -
[jdbc-v2] Fix statement impl
#2471 merged
Jul 23, 2025 -
[client-v2, jdbc-v2] Support for Time and Time64
#2487 merged
Jul 23, 2025 -
Make test work with ClickHouse Cloud
#2503 merged
Jul 23, 2025 -
Instant / DateTime64 via parameter
#2501 merged
Jul 23, 2025 -
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.18.0
#2494 merged
Jul 21, 2025
11 Issues closed by 2 people
-
PreparedStatement cannot correctly parse argument count
#2493 closed
Jul 24, 2025 -
ArrayIndexOutOfBoundsException, no query parameters found, when using keyword as column alias
#2478 closed
Jul 24, 2025 -
[jdbc-v2] Fix parser issues
#2504 closed
Jul 24, 2025 -
[jdbc-v2] UNION DISTINCT fails to parse
#2500 closed
Jul 24, 2025 -
[jdbc-v2] Hibernate requires special dialect when handling Uint64 because of type mapping
#2454 closed
Jul 24, 2025 -
Add tests for large dataset
#2103 closed
Jul 24, 2025 -
Prepared statement with a parameter throws ArrayIndexOutOfBoundsException
#2461 closed
Jul 24, 2025 -
[JDBC] StatementImpl
#2414 closed
Jul 23, 2025 -
Add support for Time and Time64 types
#2460 closed
Jul 23, 2025 -
Passing an Instant as a query parameter in client-v2 fails during parsing
#2456 closed
Jul 23, 2025 -
How to read FixedString back into java
#1544 closed
Jul 23, 2025
43 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[jdbc-v2] Verify that field names are cleaned from DB name in JDBC
#2499 commented on
Jul 21, 2025 • 0 new comments -
Column index mismatch between ResultSet an ResultSetMetadata
#2498 commented on
Jul 21, 2025 • 0 new comments -
"getResultSet not implemented" error when mapping Array(Nullable(UInt32)) after updating from 0.3.2-patch11
#1545 commented on
Jul 21, 2025 • 0 new comments -
[jdbc-v2] DatabaseMetadata fails if server has a new type
#2394 commented on
Jul 21, 2025 • 0 new comments -
getResultSet not implemented
#1438 commented on
Jul 21, 2025 • 0 new comments -
JDBC-V2: ResultSet inferred type for arrays is always `Object[]`
#2457 commented on
Jul 21, 2025 • 0 new comments -
If received NetException from ClickHouse in response body, it will be ignored and unrecognized
#2287 commented on
Jul 21, 2025 • 0 new comments -
Insert Fails for Array(Tuple) in JDBC v2 (Worked in v1)
#2360 commented on
Jul 21, 2025 • 0 new comments -
[JDBC] Connection implementation improvements
#2412 commented on
Jul 23, 2025 • 0 new comments -
[jdbc-v2] JDBC Escaping
#2352 commented on
Jul 23, 2025 • 0 new comments -
Unsupported data type: Nested
#2477 commented on
Jul 23, 2025 • 0 new comments -
Client-Side Handling of Replica Status in Clustered Environments for Read-Only Connections
#2232 commented on
Jul 23, 2025 • 0 new comments -
Support Protobuf insert
#2187 commented on
Jul 23, 2025 • 0 new comments -
[client-v2] Prevent using http client before it is initialized
#2011 commented on
Jul 23, 2025 • 0 new comments -
ClickHouse closing pooled connections
#2332 commented on
Jul 23, 2025 • 0 new comments -
When serialize FixedString and string is bigger than size defined in Table definition
#2223 commented on
Jul 23, 2025 • 0 new comments -
[client-v2] Client does not honor sslMode=none
#2389 commented on
Jul 23, 2025 • 0 new comments -
#2029 causes problems if CH are deployed behind customized load balancers which define its own user name format
#2247 commented on
Jul 23, 2025 • 0 new comments -
[client-v2,jdbc-v2] Project support and presentation
#2175 commented on
Jul 24, 2025 • 0 new comments -
"v2 driver" log messages at "info" level
#2148 commented on
Jul 24, 2025 • 0 new comments -
[jdbc-v2] Post 0.8.0 Items
#2106 commented on
Jul 24, 2025 • 0 new comments -
java.sql.SQLException: java.io.IOException: Failed to read boolean value, expect 0 (false) or 1 (true) but we got: 67
#2102 commented on
Jul 24, 2025 • 0 new comments -
[client-v2] Test JOOQ against JDBC V2
#2075 commented on
Jul 24, 2025 • 0 new comments -
[jdbc-v2] Streaming data for insert
#1977 commented on
Jul 24, 2025 • 0 new comments -
Spark JDBC: DB::Exception: Cannot convert string '2024-09-10 22:58:20.0' to type DateTime
#1850 commented on
Jul 24, 2025 • 0 new comments -
jdbc url set socket_timeout parameters is useless
#1822 commented on
Jul 24, 2025 • 0 new comments -
[JDBC, Client] DateTime logic should be in the client
#2416 commented on
Jul 24, 2025 • 0 new comments -
[JDBC] Connection
#2411 commented on
Jul 24, 2025 • 0 new comments -
[JDBC] Connection implement methods
#2413 commented on
Jul 24, 2025 • 0 new comments -
[JDBC] ResultSetImpl
#2415 commented on
Jul 24, 2025 • 0 new comments -
[client-v2] Add OS information to User Agent
#2458 commented on
Jul 24, 2025 • 0 new comments -
IllegalArgumentException caused by local default datetime when using nullAsDefault property
#1735 commented on
Jul 24, 2025 • 0 new comments -
[jdbc] Incorrect DateTime results when writing numeric data with use_time_zone property
#2065 commented on
Jul 24, 2025 • 0 new comments -
[jdbc-v2] Potentially wrong encoding for java.sql.Date
#2381 commented on
Jul 24, 2025 • 0 new comments -
[jdbc-v2] Incorrect timezone transformation when reading from ClickHouse
#2496 commented on
Jul 24, 2025 • 0 new comments -
[jdbc-v2] Impossible to SELECT duplicated data in 0.8.4
#2336 commented on
Jul 24, 2025 • 0 new comments -
[jdbc-v2] Exception reading table with JSON column
#2462 commented on
Jul 24, 2025 • 0 new comments -
[client-v2] JSON Support
#1833 commented on
Jul 24, 2025 • 0 new comments -
Database name is ignored when refreshing dictionaries with query settings
#2155 commented on
Jul 25, 2025 • 0 new comments -
When creating a parameterized view using clickhouse-jdbc, a query parsing error occurs
#1818 commented on
Jul 25, 2025 • 0 new comments -
[client-v2] Add support of working with large strings
#2263 commented on
Jul 25, 2025 • 0 new comments -
[JDBC] PreparedStatementImpl
#2418 commented on
Jul 25, 2025 • 0 new comments -
Date32 return ZonedDateTime rather then LocalDate strings
#2448 commented on
Jul 26, 2025 • 0 new comments