mck
ee273af1d6
Merge branch 'cassandra-5.0' into trunk
...
* cassandra-5.0:
Add option to disable cqlsh history
2026-03-17 23:09:49 +01:00
mck
be0b73ecba
Merge branch 'cassandra-4.1' into cassandra-5.0
...
* cassandra-4.1:
Add option to disable cqlsh history
2026-03-17 23:08:14 +01:00
Stefan Miklosovic
035a220d55
Implementation of CEP-55 - Generation of role names
...
patch by Stefan Miklosovic; reviewed by Bernardo Botella for CASSANDRA-20897
2025-10-23 13:53:56 +02:00
Brad Schoening
2e602ec972
Merge branch 'CASSANDRA-19631e' into trunk
2025-04-21 18:46:54 -04:00
Naren Sreedhara
91bc34fbf8
Added tab-ahead support for new built-in functions
...
patch by Brad Schoening, Naren Sreedhara; reviewed by Stefan Miklosovic, Bernardo Botella Corbi for CASSANDRA-19631
2025-04-21 18:32:49 -04:00
Gottipati Gautam
510c20fec1
Fix cqlsh CAPTURE command to save query results without trace details when TRACING is ON
...
This patch also opportunistically fixes CAPTURE OFF.
patch by Gottipati Gautam; reviewed by Stefan Miklosovic, Brad Schoening for CASSANDRA-19105
2024-11-20 21:34:07 +01:00
Stefan Miklosovic
720a1b2704
Merge branch 'cassandra-5.0' into trunk
2024-09-24 14:43:28 +02:00
Stefan Miklosovic
e9ea2772dd
Merge branch 'cassandra-4.1' into cassandra-5.0
2024-09-24 14:22:12 +02:00
Stefan Miklosovic
d336dda112
CEP-24 Password validation / generation
...
patch by Stefan Miklosovic; reviewed by Dinesh Joshi, Francisco Guerrero for CASSANDRA-17457
2024-07-08 23:32:09 +02:00
Brad Schoening
67bbbb0125
Fix hygiene issues for cqlshlib
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Berenguer Blasi for CASSANDRA-19450
2024-05-24 10:56:14 +02:00
Stefan Miklosovic
7579454057
Merge branch 'cassandra-5.0' into trunk
2024-05-14 11:33:40 +02:00
Stefan Miklosovic
59a5c6477d
Merge branch 'cassandra-4.1' into cassandra-5.0
2024-05-14 11:31:40 +02:00
Brad Schoening
94bfbaf348
bumped CQLSH version 6.2 > 6.3
2024-03-01 08:36:40 -05:00
Brad Schoening
1163dd9a08
Refactor cqlshmain global constants
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-19201
2024-02-20 13:24:29 +01:00
Stefan Miklosovic
3c76ae2a45
Merge branch 'cassandra-5.0' into trunk
2024-02-16 13:36:38 +01:00
Lorina Poland
2aa2b59d37
Minor adds and fixes in the documentation
...
patch by Lorina Poland; reviewed by Michael Semb Wever for CASSANDRA-19249, CASSANDRA-18990, CASSANDRA-15719
Co-authored-by: Annette Dennis <annette.dennis@datastax.com>
Co-authored-by: Mohsin Medmood <mohsin85mehmood@gmail.com>
Co-authored-by: Josh Wong <joshuarwong@outlook.com>
2024-02-16 12:29:37 +01:00
Brandon Williams
c6cb8523b3
Merge branch 'cassandra-5.0' into trunk
2023-11-13 14:18:22 -06:00
Brandon Williams
127f718797
Merge branch 'cassandra-4.1' into cassandra-5.0
2023-11-13 14:18:04 -06:00
maoling
32cf1ea33d
Add ELAPSED command to cqlsh
...
patch by Ling Mao; reviewed by Stefan Miklosovic, Brandon Williams for CASSANDRA-18861
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2023-09-27 19:37:06 +02:00
Stefan Miklosovic
e8907eba15
Merge branch 'cassandra-5.0' into trunk
2023-09-27 12:34:21 +02:00
Brad Schoening
b58d8f174d
Make the output of ON/OFF commands in cqlsh consistent
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18547
2023-09-27 12:27:19 +02:00
Stefan Miklosovic
d1a1c439f0
Merge branch 'cassandra-5.0' into trunk
2023-09-05 17:00:57 +02:00
Stefan Miklosovic
66bc1daf16
Merge branch 'cassandra-4.1' into cassandra-5.0
2023-09-05 16:58:50 +02:00
Brad Schoening
abe09cff34
Clean up obsolete functions and simplify cql_version handling in cqlsh
...
Patch by Brad Schoening; reviewed by brandonwilliams and edimitrova for
CASSANDRA-18787
2023-09-01 14:46:58 -05:00
Brandon Williams
1e19887f72
Merge branch 'cassandra-5.0' into trunk
2023-08-18 14:00:41 -05:00
Brandon Williams
ef2903f20f
Merge branch 'cassandra-4.1' into cassandra-5.0
2023-08-18 14:00:28 -05:00
Brandon Williams
94c3cf74ef
Merge branch 'cassandra-5.0' into trunk
2023-08-18 10:15:46 -05:00
Brandon Williams
9e0ccf0f95
Merge branch 'cassandra-4.1' into cassandra-5.0
2023-08-18 10:14:40 -05:00
Stefan Miklosovic
ab40d85cd1
Merge branch 'cassandra-5.0' into trunk
2023-08-08 18:09:05 +02:00
Stefan Miklosovic
ada67cb2a4
Merge branch 'cassandra-4.1' into cassandra-5.0
2023-08-08 18:05:20 +02:00
vgali7
d24baecac9
Simplify pylib/cqlshlib/helptopics.py using associative array
...
patch by Vineet Gali; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18726
2023-08-07 12:19:01 +02:00
Stefan Miklosovic
ac26b44f9d
Merge branch 'cassandra-4.1' into trunk
2023-07-25 10:43:18 +02:00
Leonard Ma
a2dc44f072
Remove dependency on pytz library for setting CQLSH timezones on Python version >= 3.9
...
patch by Leonard Ma; reviewed by Brad Schoening, Brandon Williams and Stefan Miklosovic for CASSANDRA-17433
2023-06-05 21:13:30 +02:00
Brad Schoening
61333964f4
Add HISTORY command for CQLSH
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-15046
2023-05-23 14:02:23 +02:00
Brad Schoening
ecceb446e0
Refactor internals of cqlsh.py to cqlshlib
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17531
2022-09-22 09:26:47 +02:00