You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/11/02 21:26:19 UTC

[2/3] git commit: increase default precision in cqlsh

increase default precision in cqlsh


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/988c10fd
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/988c10fd
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/988c10fd

Branch: refs/heads/trunk
Commit: 988c10fd39fe3d8af64e9c74f3cd0d9fa5be8047
Parents: c7399e9
Author: Brandon Williams <br...@apache.org>
Authored: Fri Nov 2 15:26:03 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Nov 2 15:26:03 2012 -0500

----------------------------------------------------------------------
 bin/cqlsh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/988c10fd/bin/cqlsh
----------------------------------------------------------------------
diff --git a/bin/cqlsh b/bin/cqlsh
index 1220c61..5728240 100755
--- a/bin/cqlsh
+++ b/bin/cqlsh
@@ -114,7 +114,7 @@ DEFAULT_PORT = 9160
 DEFAULT_CQLVER = '2'
 
 DEFAULT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S%z'
-DEFAULT_FLOAT_PRECISION = 3
+DEFAULT_FLOAT_PRECISION = 5
 
 if readline is not None and 'libedit' in readline.__doc__:
     DEFAULT_COMPLETEKEY = '\t'