Skip to content

JDBC client / server version compatibility matrix #14159

Answered by findepi
tooptoop4 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, every Trino server supports all JDBC drivers >= 352

Also, the current JDBC driver supports Trino servers 15 releases back

int testVersion = currentVersion - 1; // last release version
for (int i = 0; i < NUMBER_OF_TESTED_VERSIONS; i++) {
if (testVersion < FIRST_VERSION) {
break;
}
testedTrinoVersions.add(String.valueOf(testVersion));
testVersion -= TESTED_VER…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by willshen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants