Repository: cassandra Updated Branches: refs/heads/trunk edcfe32be -> 66fb8f51e
Change cql version in cqlsh Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/66fb8f51 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/66fb8f51 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/66fb8f51 Branch: refs/heads/trunk Commit: 66fb8f51eddc6738db443b935f9f0666dc5d3767 Parents: edcfe32 Author: Sylvain Lebresne <[email protected]> Authored: Fri Apr 8 15:25:50 2016 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri Apr 8 15:25:50 2016 +0200 ---------------------------------------------------------------------- bin/cqlsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/66fb8f51/bin/cqlsh.py ---------------------------------------------------------------------- diff --git a/bin/cqlsh.py b/bin/cqlsh.py index 8a142d2..c3fcc48 100644 --- a/bin/cqlsh.py +++ b/bin/cqlsh.py @@ -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
