Commit Graph

285 Commits

Author SHA1 Message Date
Joel Knighton f79158998b Add missing newline at end of bin/cqlsh 2016-03-09 11:41:38 -06:00
Jeremiah D Jordan 941d13dac8 Update cqlsh python version checking to find python2.7
patch by Jeremiah Jordan; reviewed by Stefania Alborghetti for CASSANDRA-11212
2016-02-24 05:51:42 -08:00
Carl Yeksigian 4985fcc86f cqlsh cannot be called through symlink
patch by Benjamin Zarzycki; reviewed by Carl Yeksigian for CASSANDRA-11037
2016-02-18 15:48:54 -05:00
T Jake Luciani 9dc8c21980 Fix cqlsh copy methods and timestamp format issues on windows
patch by tjake; reviewed by Josh McKenzie for CASSANDRA-9795
2015-07-17 13:00:38 -04:00
Stefania Alborghetti 96e7e62642 (cqlsh) Allow setting the initial connection timeout
patch by Stefania Alborghetti; reviewed by Benjamin Lerer for
CASSANDRA-9601
2015-07-01 19:04:56 +03:00
blerer 924d798a3e (cqlsh) Fix default CQL version
patch by Benjamin Lerer; reviewed by Aleksey Yeschenko for
CASSANDRA-9688
2015-06-30 19:33:12 +03:00
Marcus Eriksson d6f9555ba6 Merge branch 'cassandra-2.1' into cassandra-2.2
Conflicts:
	bin/cqlsh
2015-06-26 08:21:06 +02:00
Stefania Alborghetti 5d9729bc9b Added support for DESCRIBE INDEX and DESCRIBE <objectname>
Patch by Stefania Alborghetti; reviewed by Benjamin Lerer for CASSANDRA-7814
2015-06-26 08:18:15 +02:00
Robert Stupp cfab9dac19 Update cqlsh for UDFs
patch by Robert Stupp; reviewed by Aleksey Yeschenko for CASSANDRA-7556
2015-06-23 19:19:57 +02:00
Stefania Alborghetti 33d71b825f (cqlsh) Add support for native protocol 4
patch by Stefania Alborghetti; reviewed by Aleksey Yeschenko for
CASSANDRA-9399
2015-05-22 00:47:27 +03:00
Tyler Hobbs 1689e0adc7 Merge branch 'cassandra-2.1' into cassandra-2.2 2015-05-15 11:44:38 -05:00
Tyler Hobbs 9f8c45d6d6 Merge branch 'cassandra-2.0' into cassandra-2.1 2015-05-15 11:41:25 -05:00
Carl Yeksigian 0b92967d30 cqlsh: Add LOGIN command to switch users
Patch by Sachin Janani and Carl Yeksigian; reviewed by Tyler Hobbs for
CASSANDRA-7212
2015-05-15 11:36:06 -05:00
Tyler Hobbs 5b61545315 Merge branch 'cassandra-2.1' into trunk 2015-05-05 14:46:06 -05:00
Tyler Hobbs 22527730d3 Merge branch 'cassandra-2.0' into cassandra-2.1 2015-05-05 14:45:40 -05:00
Tyler Hobbs e6bc6385ae Merge branch 'cassandra-2.1' into trunk 2015-04-22 10:50:55 -05:00
Tyler Hobbs 93b36d4b82 Fix write meter for cqlsh COPY TO
Patch by Tyler Hobbs; reviewed by Stefania Alborghetti for
CASSANDRA-9217
2015-04-22 10:41:41 -05:00
Tyler Hobbs 840d9a6632 Merge branch 'cassandra-2.1' into trunk
Conflicts:
	bin/cqlsh
2015-04-21 12:24:47 -05:00
Tyler Hobbs 49c1dbdad4 Fix whitespace, unused imports and variables in cqlsh 2015-04-21 12:20:37 -05:00
Joshua McKenzie 7f29201ce2 Revert "Add date and time types" on 2.1 branch
This reverts commit 107545b392.

Conflicts:
	CHANGES.txt
	NEWS.txt
	bin/cqlsh
	pylib/cqlshlib/test/test_keyspace_init.cql
2015-04-21 08:42:31 -05:00
Jim Witschey 23e77f10a4 Update cqlsh tests for latest trunk
Patch by Jim Witschey; reviewed by Tyler Hobbs for CASSANDRA-9173
2015-04-14 11:39:33 -05:00
Tyler Hobbs f9693d542e Merge branch 'cassandra-2.1' into trunk
Conflicts:
	CHANGES.txt
2015-04-07 16:27:52 -05:00
Tyler Hobbs cb8cb5f99d cqlsh: quote column names in COPY FROM inserts
Patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-9080
2015-04-07 16:26:42 -05:00
Tyler Hobbs dadc206c6e Merge branch 'cassandra-2.1' into trunk 2015-03-24 11:43:06 -05:00
Tyler Hobbs 9d2b2730eb Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	CHANGES.txt
	bin/cqlsh
2015-03-24 11:42:38 -05:00
Philip Thompson 061ea33fde cqlsh: allow configuring CSV field size limit
Patch by Philip Thompson; reviewed by Tyler Hobbs for CASSANDRA-8934
2015-03-24 11:41:12 -05:00
Tyler Hobbs 237d0bc62e Merge branch 'cassandra-2.1' into trunk
Conflicts:
	bin/cqlsh
2015-03-20 10:30:28 -05:00
Tyler Hobbs 7110904e40 Improve performance of cqlsh COPY FROM
Patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-8225
2015-03-20 10:26:47 -05:00
Joshua McKenzie 3d11ec5dd3 Merge branch 'cassandra-2.1' into trunk
Conflicts:
	pylib/cqlshlib/cql3handling.py
2015-03-09 12:26:24 -05:00
Joshua McKenzie 107545b392 Add date and time types
Patch by jmckenzie; reviewed by thobbs and cyeksigian for CASSANDRA-7523
2015-03-09 12:20:28 -05:00
Tyler Hobbs 732e006388 Merge branch 'cassandra-2.1' into trunk 2015-02-12 12:33:47 -06:00
Tyler Hobbs 5c9d73209f ninja: fix cqlsh formatting of UDTs
Follow-up to upgrade of the bundled python driver for CASSANDRA-8154
2015-02-12 12:32:54 -06:00
Tyler Hobbs d76450c798 Merge branch 'cassandra-2.1' into trunk 2015-01-29 14:39:07 -06:00
Abhishek Gupta c49f6666e4 cqlsh: handle unicode BOM at the start of files
Patch by Abhishek Gupta; reviewed by Tyler Hobbs for CASSANDRA-8638
2015-01-29 14:37:55 -06:00
Aleksey Yeschenko 076b5bdd10 Merge branch 'cassandra-2.1' into trunk 2015-01-15 17:51:44 +03:00
Johnny Miller d406bab504 (cqlsh) Escape clqshrc passwords properly
patch by Johnny Miller; reviewed by Aleksey Yeschenko for CASSANDRA-8618
2015-01-15 17:50:35 +03:00
Sam Tunnicliffe 879b694d34 Introduce role based access control
patch by Sam Tunnicliffe; reviewed by Aleksey Yeschenko for
CASSANDRA-7653
2015-01-14 22:48:39 +03:00
Tyler Hobbs aeb7d3f2ee cqlsh: handle schema mismatch on startup
Patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-8512
2015-01-02 12:14:24 -06:00
Adam Holmberg c8b4d9568e cqlsh: fix CONSISTENCY output
Patch by Adam Holmberg; reviewed by Tyler Hobbs for CASSANDRA-8507
2014-12-17 18:03:34 -06:00
Sam Tunnicliffe f1e2fed8dd cqlsh doesn't handle LIST statements correctly.
patch by Sam Tunnicliffe; reviewed by Mikhail Stepura for CASSANDRA-8370
2014-12-17 15:50:59 -08:00
Aleksey Yeschenko 37dfe43034 Merge branch 'cassandra-2.0' into cassandra-2.1 2014-12-01 20:46:41 +03:00
Aleksey Yeschenko 902e43b935 Ninja-add missing consistency levels to cqlsh 2014-12-01 20:45:07 +03:00
Tyler Hobbs ee55f361b7 Support for frozen collections
Patch by Tyler Hobbs; reviewed by Sylvain Lebresne for CASSANDRA-7859
2014-11-11 12:40:48 -06:00
Philip Thompson cdf80d9d19 (cqlsh) parse_for_table_meta errors out on queries with undefined grammars
patch by Philip Thompson; reviewed by Mikhail Stepura for CASSANDRA-8262
2014-11-05 15:49:59 -08:00
Aaron Ploetz 146b8e3977 (cqlsh) Add command line option for cqlshrc file path.
patch by Aaron Ploetz; reviewed by Mikhail Stepura for CASSANDRA-7131
2014-09-18 13:30:43 -07:00
Mikhail Stepura 1456ec8318 (cqlsh) tab completion for triggers
patch by Mikhail Stepura; reviewed by Tyler Hobbs for CASSANDRA-7824
2014-09-09 15:03:57 -07:00
Mikhail Stepura f1f5f5fd3a (cqlsh): Support for query paging
patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for CASSANDRA-7514
2014-09-07 20:09:14 -07:00
Mikhail Stepura d01250d63a (cqlsh): Show progress of COPY operations.
patch by Mikhail Stepura; reviewed by Tyler Hobbs for CASSANDRA-7789
2014-08-27 15:43:42 -07:00
Aaron Ploetz 854aab79b7 (cqlsh) Display the current logged-in user
patch by Aaron Ploetz; reviewed by Mikhail Stepura for CASSANDRA-7785
2014-08-21 19:57:20 -07:00
Tyler Hobbs d088f02993 Use python driver for UDTs in DESCRIBE output
Patch by Tyler Hobbs; review by Aleksey Yeschenko for CASSANDRA-7659
2014-08-21 13:59:26 -05:00