mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-1.1' into trunk
This commit is contained in:
commit
ae77ecbaac
|
|
@ -120,7 +120,7 @@ DEFAULT_CQLVER = '3'
|
||||||
DEFAULT_TRANSPORT_FACTORY = 'cqlshlib.tfactory.regular_transport_factory'
|
DEFAULT_TRANSPORT_FACTORY = 'cqlshlib.tfactory.regular_transport_factory'
|
||||||
|
|
||||||
DEFAULT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S%z'
|
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__:
|
if readline is not None and 'libedit' in readline.__doc__:
|
||||||
DEFAULT_COMPLETEKEY = '\t'
|
DEFAULT_COMPLETEKEY = '\t'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue