File tree 1 file changed +2
-2
lines changed
docs/integrations/language-clients/java/jdbc/_snippets
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import Tabs from ' @theme/Tabs' ;
2
2
import TabItem from ' @theme/TabItem' ;
3
3
4
- ` clickhouse-jdbc ` implements the standard JDBC interface using the latest [ java client] ( /integrations/language-clients/java/client/client.md ) .
5
- We recommend using the latest [ java client] ( /integrations/language-clients/java/client.md ) directly if performance/direct access is critical.
4
+ ` clickhouse-jdbc ` implements the standard JDBC interface using the latest [ java client] ( /integrations/language-clients/java/client/client.mdx ) .
5
+ We recommend using the latest [ java client] ( /integrations/language-clients/java/client.mdx ) directly if performance/direct access is critical.
6
6
7
7
## Changes from 0.7.x { #changes - from - 07x }
8
8
In 0.8 we tried to make the driver more strictly follow the JDBC specification, so there are some removed features that may affect you:
You can’t perform that action at this time.
0 commit comments