Commit Graph

188 Commits

Author SHA1 Message Date
Mikhail Stepura a3effe6698 Support new UDT serialization format for CQLSH
patch by Mikhail Stepura; reviewed by Tyler Hobbs for CASSANDRA-7261
2014-05-21 13:27:55 -07:00
Mikhail Stepura 56136946a7 Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	CHANGES.txt
	bin/cqlsh
2014-05-08 15:22:17 -07:00
Mikhail Stepura d48c797f77 cqlsh: Accept and execute CQL statement(s) from command-line parameter
patch by Mikhail Stepura; reviewed by Brandon Williams for CASSANDRA-7172
2014-05-08 15:13:08 -07:00
Mikhail Stepura a0d096b036 Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	CHANGES.txt
2014-05-08 13:32:40 -07:00
Mikhail Stepura 51f9e9804d Merge branch 'cassandra-1.2' into cassandra-2.0
Conflicts:
	bin/cqlsh
2014-05-08 13:31:03 -07:00
Mikhail Stepura 8abe9f6f52 cqlsh should return a non-zero error code if a query fails
patch by Branden Visser and Mikhail Stepura; reviewed by Mikhail Stepura for CASSANDRA-6344
2014-05-08 13:27:41 -07:00
Mikhail Stepura a5266bc077 Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	CHANGES.txt
	bin/cqlsh
2014-05-03 23:30:22 -07:00
Mikhail Stepura e9bdb6a95c Issue a warning after 3 empty lines in statement
patch by Mikhail Stepura; reviewed by Brandon Williams for CASSANDRA-7142
2014-05-03 23:26:40 -07:00
Dave Brosius c073fab77d bump cqlsh's DEFAULT_CQLVER to 3.1.6 2014-04-24 08:56:25 -04:00
Mikhail Stepura 13d3a47461 cqlsh: Updated CQL3 parser to support functions and BLOB literals
patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for CASSANDRA-7018
2014-04-18 18:01:41 -07:00
Mikhail Stepura 20bc92463a Ninja: don't close the connection you don't own (after SOURCE command) 2014-03-27 11:56:32 -07:00
Mikhail Stepura 35b7da4d0d Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	bin/cqlsh
2014-03-21 11:45:19 -07:00
J.B. Langston 37b9410675 Make cqlsh prompt for a password if the user doesn't enter one.
patch by J.B. Langston; reviewed by Mikhail Stepura for CASSANDRA-6902
2014-03-21 11:42:06 -07:00
Mikhail Stepura a490d7efa7 Ninja-commit to suppress blist-related warnings in cqlsh 2014-03-18 21:15:24 -07:00
Mikhail Stepura f49df8c9b0 Merge branch 'cassandra-2.0' into cassandra-2.1 2014-03-13 14:07:15 -07:00
Mikhail Stepura 3dcc8c25e5 Merge branch 'cassandra-1.2' into cassandra-2.0 2014-03-13 14:07:04 -07:00
Shiti Saxena 972d3da2e8 Delimiter not working for special characters in COPY command from CQLSH
patch by Shiti Saxena; reviewed by Mikhail Stepura for CASSANDRA-6773
2014-03-13 14:06:51 -07:00
Mikhail Stepura caf609cf6f Switch cqlsh from cassandra-dbapi2 to python-driver
patch by Mikhail Stepura for CASSANDRA-6307; reviewed by Aleksey Yeschenko and Tyler Hobbs
2014-03-12 15:02:14 -07:00
Mikhail Stepura e2a719ad0d Merge branch 'cassandra-2.0' into cassandra-2.1 2014-03-04 11:51:38 -08:00
Mikhail Stepura b07f4b8c77 Handle static columns in cqlsh.
Patch by Mikhail Stepura for CASSANDRA-6703; reviewed by Aleksey Yeschenko
2014-03-04 11:47:58 -08:00
Mikhail Stepura ce2bbcbf02 Return an empty meta object instead of None.
Patch by Mikhail Stepura; reviewed by Brandon Williams for CASSANDRA-6741
2014-02-19 14:43:14 -08:00
Aleksey Yeschenko 41433073f6 Merge branch 'cassandra-2.0' into trunk 2014-02-15 04:07:12 +03:00
Aleksey Yeschenko bbc56eb60d cqlsh: fix BATCH CAS result printing (for once #6561 is committed) 2014-02-15 04:03:10 +03:00
Mikhail Stepura e5199eeac1 User types support for cqlsh.
Patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for CASSANDRA-6305
2014-02-14 10:55:32 -08:00
Aleksey Yeschenko 5fa6055107 Allow specifying custom secondary index options in CQL3
patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for
CASSANDRA-6480
2014-01-07 18:03:37 +03:00
Aleksey Yeschenko b68719524e cqlsh: hanlde symlinks properly
patch by Yinyin L; reviewed by Aleksey Yeschenko for CASSANDRA-6425
2013-12-01 20:17:56 +03:00
Aleksey Yeschenko 18260c5f2c cqlsh: fix LIST USERS output
patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for
CASSANDRA-6242
2013-10-26 15:31:47 +03:00
Aleksey Yeschenko 941cd456ae cqlsh: add SHOW SESSION <tracing-session> command
patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for
CASSANDRA-6228
2013-10-23 22:35:14 +08:00
Aleksey Yeschenko 12413ad1f8 Backport CASSANDRA-6196 to 1.2
patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for
CASSANDRA-6196
2013-10-22 14:22:13 +08:00
Aleksey Yeschenko 20f1b816b3 cqlsh: ignore empty 'value alias' in DESCRIBE
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-6139
2013-10-21 23:14:37 +08:00
Jason Brown 5c0c84b3d1 implementing CL.LOCAL_ONE 2013-10-17 13:37:12 -07:00
Jason Brown c9528f9c9c apply local_one changes to 2.0 2013-10-16 15:44:33 -07:00
Aleksey Yeschenko 997c49a3a7 cqlsh: return the result of CAS writes
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5796
2013-09-18 22:48:41 +03:00
Aleksey Yeschenko b362aebd30 Add ability for CQL3 to list partition keys
patch by Aleksey Yeschenko and Dan Jatnieks;
reviewed by Sylvain Lebresne for CASSANDRA-4536
2013-08-21 19:09:58 +03:00
Aleksey Yeschenko 41409770d4 cqlsh: add support for multiline comments
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5798
2013-08-16 21:46:42 +03:00
Aleksey Yeschenko 09a4dc0552 cqlsh: add DESCRIBE FULL SCHEMA variant
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-5880
2013-08-12 17:06:14 +02:00
Aleksey Yeschenko 703bd684ca Fix (some) 2i on composite components omissions
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-5851
2013-08-12 12:55:56 +02:00
Jason Brown e01c238fa1 Merge branch 'cassandra-1.2' into trunk
Conflicts:
	CHANGES.txt
	src/java/org/apache/cassandra/tools/NodeCmd.java
2013-07-31 11:24:41 -07:00
Jason Brown ba274adb7a nodetool history logging
patch by jasobrown; reviewed by Dave Brosius for CASSANDRA-5823
2013-07-31 11:14:36 -07:00
Aleksey Yeschenko 308afb20be Merge branch 'cassandra-1.2' into trunk
Conflicts:
	bin/cqlsh
2013-07-27 04:45:02 +03:00
Aleksey Yeschenko 187f73f897 cqlsh: correct the rest of libedit detection on windows 2013-07-27 04:43:40 +03:00
Aleksey Yeschenko af4e1275ed cqlsh: fix crashing on Windows due to libedit detection
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5812
2013-07-27 04:36:49 +03:00
Aleksey Yeschenko 1810af404c cqlsh: add collections support to COPY
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5698
2013-07-25 21:44:40 +03:00
Aleksey Yeschenko c4c04e780e Merge branch 'cassandra-1.2' into trunk
Conflicts:
	bin/cqlsh
2013-07-18 23:43:58 +03:00
Aleksey Yeschenko 01b881cb22 cqlsh: handle disabled compression in DESCRIBE output
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5766
2013-07-18 23:42:14 +03:00
Aleksey Yeschenko 3828cc5195 Merge branch 'cassandra-1.2' into trunk
Conflicts:
	bin/cqlsh
2013-07-15 18:38:16 +03:00
Aleksey Yeschenko f79a2d3a6f cqlsh: handle CUSTOM 2i in DESCRIBE output
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-5760
2013-07-15 18:35:33 +03:00
Aleksey Yeschenko 9c0ca5d603 Merge branch 'cassandra-1.2' into trunk 2013-07-03 00:13:03 +03:00
Aleksey Yeschenko 56c9d2ff26 cqlsh: make C* version handling more flexible 2013-07-03 00:12:34 +03:00
Aleksey Yeschenko e4050e609c cqlsh: Don't show 'null' in place of empty values
patch by Aleksey Yeschenko; reviewed by Brandon Williams for
CASSANDRA-5675
2013-06-27 01:03:07 +03:00