Change cql version in cqlsh

This commit is contained in:
Sylvain Lebresne 2016-04-08 15:25:50 +02:00
parent edcfe32be1
commit 66fb8f51ed
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ from cqlshlib.util import get_file_encoding_bomsize, trim_if_present
DEFAULT_HOST = '127.0.0.1'
DEFAULT_PORT = 9042
DEFAULT_SSL = False
DEFAULT_CQLVER = '3.4.0'
DEFAULT_CQLVER = '3.4.2'
DEFAULT_PROTOCOL_VERSION = 4
DEFAULT_CONNECT_TIMEOUT_SECONDS = 5
DEFAULT_REQUEST_TIMEOUT_SECONDS = 10