11 lines
426 B
Plaintext
11 lines
426 B
Plaintext
|
;; Setting for cqlsh can be found https://docs.datastax.com/en/dse/5.1/cql/cql/cql_reference/cqlsh_commands/cqlshCqlshrc.html
|
||
|
;; Sample cqlshrc file on GitHub: https://github.com/apache/cassandra/blob/067f4c74612698881feec09039d71d12a5936418/conf/cqlshrc.sample
|
||
|
[ui]
|
||
|
;; Display timezone
|
||
|
timezone = Etc/UTC
|
||
|
;; Used for displaying timestamps (and reading them with COPY)
|
||
|
time_format = %d/%m/%Y %H:%M
|
||
|
[copy]
|
||
|
ESCAPE = \
|
||
|
QUOTE = "
|