(cqlsh) Fix default CQL version

patch by Benjamin Lerer; reviewed by Aleksey Yeschenko for
CASSANDRA-9688
This commit is contained in:
blerer 2015-06-30 18:26:16 +02:00 committed by Aleksey Yeschenko
parent 3796e8fa3e
commit 924d798a3e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ from cqlshlib.tracing import print_trace_session, print_trace
DEFAULT_HOST = '127.0.0.1'
DEFAULT_PORT = 9042
DEFAULT_CQLVER = '3.2.0'
DEFAULT_CQLVER = '3.3.0'
DEFAULT_PROTOCOL_VERSION = 4
DEFAULT_FLOAT_PRECISION = 5