Skip to content

Commit

Permalink
Update client revision to 54468
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Jun 12, 2024
1 parent 651db25 commit 59ea586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clickhouse_driver/defines.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET_V2 = 54462
DBMS_MIN_PROTOCOL_VERSION_WITH_TOTAL_BYTES_IN_PROGRESS = 54463
DBMS_MIN_PROTOCOL_VERSION_WITH_TIMEZONE_UPDATES = 54464
DBMS_MIN_REVISION_WITH_SYSTEM_KEYWORDS_TABLE = 54468

# Timeouts
DBMS_DEFAULT_CONNECT_TIMEOUT_SEC = 10
Expand All @@ -50,7 +51,7 @@
CLIENT_VERSION_MAJOR = 20
CLIENT_VERSION_MINOR = 10
CLIENT_VERSION_PATCH = 2
CLIENT_REVISION = DBMS_MIN_PROTOCOL_VERSION_WITH_TIMEZONE_UPDATES
CLIENT_REVISION = DBMS_MIN_REVISION_WITH_SYSTEM_KEYWORDS_TABLE

BUFFER_SIZE = 1048576

Expand Down

0 comments on commit 59ea586

Please sign in to comment.