Commit 737b071
committed
Skip new-JSON tests on ClickHouse < 24.8
CI in mymarilyn/clickhouse-driver runs the matrix from 19.x to
25.5.x. The new ``JSON`` data type and its ``enable_json_type``
setting only exist from 24.8 onwards; on older servers the CLI
flag is rejected outright and ``::JSON`` is the legacy
``Object('json')`` tuple. Bump ``required_server_version`` so the
suite is skipped instead of failing on those rows.
beep boop1 parent 745d704 commit 737b071
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments