Merge branch 'cassandra-1.1' into trunk

This commit is contained in:
Brandon Williams 2012-11-02 15:26:12 -05:00
commit ae77ecbaac
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ DEFAULT_CQLVER = '3'
DEFAULT_TRANSPORT_FACTORY = 'cqlshlib.tfactory.regular_transport_factory'
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'