Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlancer/sqlancer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ClickHouse/sqlancer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 28 files changed
  • 2 contributors

Commits on Mar 2, 2026

  1. Upgrade ClickHouse JDBC driver from 0.3.2 to 0.9.6

    The old driver (ru.yandex.clickhouse:clickhouse-jdbc:0.3.2) failed to
    decompress error responses from the server, throwing
    "Magic is not correct" IOException instead of reporting the actual
    ClickHouse error message. This caused SQLancer to treat expected errors
    (like ILLEGAL_TYPE_OF_ARGUMENT) as assertion failures, because the
    JDBC exception message didn't contain the expected error substrings.
    
    Changes:
    - Update Maven dependency from ru.yandex.clickhouse:clickhouse-jdbc:0.3.2
      to com.clickhouse:clickhouse-jdbc:0.9.6 (with "all" classifier)
    - Update all imports from com.clickhouse.client.ClickHouseDataType
      to com.clickhouse.data.ClickHouseDataType (package was renamed)
    - Add "Magic is not correct" to expected errors as safety net
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    alexey-milovidov and claude committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    918e513 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ClickHouse/fix-clickhouse-jdbc-driver

    Upgrade ClickHouse JDBC driver from 0.3.2 to 0.9.6
    alexey-milovidov authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    308cb3b View commit details
    Browse the repository at this point in the history
Loading