Sylvain Lebresne
31e669ab42
CQL3 refactor to allow conversion function
...
patch by slebresne; reviewed by iamaleksey for CASSANDRA-5226
2013-02-08 18:45:22 +01:00
Sylvain Lebresne
b251e7aec0
Deprecate but keep strings-as-blob support for now for compatibility sake
2013-02-04 10:44:30 +01:00
Sylvain Lebresne
a67f77922a
Improve CQL3 type validation
...
patch by slebresne; reviewed by iamaleksey for CASSANDRA-5198
2013-01-31 12:19:51 +01:00
Sylvain Lebresne
4df6136d42
Add ALLOW FILTERING to CQL3 documentation
2013-01-31 11:36:24 +01:00
Sylvain Lebresne
9717002498
Add missing mention of 4927 in CQL3 changelog
2013-01-18 14:38:50 +01:00
Sylvain Lebresne
07ebbe552a
Support E notation for floating point numbers
...
patch by michalm; reviewed by slebresne for CASSANDRA-4927
2013-01-18 14:35:23 +01:00
Sylvain Lebresne
8be7e5c0eb
Fix interpreting dates as valid timeuuid and introduce new methods to work with timeuuid
...
patch by slebresne; reviewed by thobbs for CASSANDRA-4936
2013-01-18 13:56:32 +01:00
Sylvain Lebresne
b36a8081c0
Fix CQL3 doc
2013-01-09 17:02:34 +01:00
Sylvain Lebresne
0804de9d46
Minor CQL3 doc fixes
2013-01-02 16:23:48 +01:00
Aleksey Yeschenko
bddfa9e120
Update IAuthenticator to match the new IAuthorizer;
...
patch by Aleksey Yeschenko, reviewed by Jonathan Ellis for CASSANDRA-5003
2012-12-08 18:21:14 +03:00
Sylvain Lebresne
64bc3354d3
Document that list append/prepend are not idempotent and should be used with care
2012-11-23 15:36:34 +01:00
Sylvain Lebresne
8a2fdbf93c
Document that prepared ID a server global
2012-11-19 18:10:31 +01:00
Jonathan Ellis
6cdbb2d7b1
fix WITH compaction_strategy -> WITH compaction
...
patch by jbellis for CASSANDRA-4968
2012-11-18 21:19:46 +01:00
Sylvain Lebresne
f8b939ab0d
Remove ALTER TABLE DROP until #3919 is resolved
2012-11-16 12:33:16 +01:00
Sylvain Lebresne
a6c3481525
update CQL3 doc for collections & ttls
2012-11-14 10:38:45 +01:00
Sylvain Lebresne
5ecb91ff46
Make it clear you don't have to use the 128 stream id if you don't have to
2012-11-13 11:49:20 +01:00
Sylvain Lebresne
929b26ecfe
Add composite partition keys support to CQL3 doc
2012-11-06 15:20:58 +01:00
Sylvain Lebresne
3b425b5911
Update CQL3 documentation
...
patch by urandom; reviewed by slebresne for CASSANDRA-4879
2012-11-06 15:08:54 +01:00
Sylvain Lebresne
45b4fd8e9c
Add tracing support to the binary protocol
...
patch by slebresne; reviewed by yukim for CASSANDRA-4699
2012-11-01 09:52:03 +01:00
Sylvain Lebresne
63a8bfe030
Fix binary protocol NEW_NODE event
...
patch by slebresne; reviewed by yukim for CASSANDRA-4679
2012-10-30 16:11:27 +01:00
Sylvain Lebresne
0f83510046
Fix typo in binary protocol spec
2012-10-19 08:57:53 +02:00
Sylvain Lebresne
954dc5e5b7
Pack consistency level in binary protocol
...
patch by slebresne; reviewed by jbellis for CASSANDRA-4824
2012-10-17 18:32:37 +02:00
Sylvain Lebresne
297f530c24
Move consistency level to the protocol level
...
patch by slebresne; reviewed by jbellis for CASSANDRA-4734
2012-10-16 18:00:36 +02:00
Sylvain Lebresne
ee5aafe6a4
Improve write timeout exceptions
...
patch by slebresne; reviewed by jbellis for CASSANDRA-4723
2012-10-08 10:11:23 +02:00
Sylvain Lebresne
11f7d72536
Adds binary protocol events for schema changes
...
patch by slebresne; reviewed by jbellis for CASSANDRA-4684
2012-10-05 19:46:10 +02:00
Sylvain Lebresne
8b00f3a258
Fix support of collections in prepared statements
...
patch by slebresne; reviewed by jbellis for CASSANDRA-4739
2012-10-05 09:29:17 +02:00
Sylvain Lebresne
859473db50
Fix protocol doc bis
2012-10-01 16:33:48 +02:00
Sylvain Lebresne
7610707843
Fix protocol doc following #4449
2012-10-01 12:20:45 +02:00
Sylvain Lebresne
ccca5f1e39
Make prepared statement global instead of per-connection
...
patch by slebresne; reviewed by jbellis for CASSANDRA-4449
2012-09-26 14:05:09 +02:00
Sylvain Lebresne
c6ddbea438
Add inet support in binary protocol
...
patch by slebresne; reviewed by thepaul for CASSANDRA-4627
2012-09-11 12:10:27 +02:00
Sylvain Lebresne
f199fa39bb
Adds events push to binary protocol
...
patch by slebresne; reviewed by thepaul for CASSANDRA-4480
2012-09-07 11:02:03 +02:00
Sylvain Lebresne
f1711794cf
Simplify and generalize startup message in binary protocol
...
patch by slebresne; reviewed by thepaul for CASSANDRA-4539
2012-09-07 10:55:13 +02:00
Sylvain Lebresne
3a2faf9424
Finer grained exception hierarchy, and adds error codes
...
patch by slebresne; reviewed by thepaul for CASSANDRA-3979
2012-09-05 17:50:59 +02:00
Sylvain Lebresne
3bfe5fb8a4
Fix typo
2012-09-04 19:33:04 +02:00
Sylvain Lebresne
f61d88488a
Rename [value] to [bytes] in binary protocol spec to avoid confusion
2012-09-04 18:59:20 +02:00
Jonathan Ellis
ba231f4eb5
Support collections natively in the binary protocol
...
patch by slebresne; reviewed by Paul Cannon for CASSANDRA-4453
2012-08-14 16:51:08 -05:00
Sylvain Lebresne
bef8eef1b1
Binary protocol: handle asynchronous execution (better)
...
patch by slebresne; reviewed by thepaul for CASSANDRA-4473
2012-08-01 20:35:51 +02:00
Brandon Williams
34cd6912b0
Merge #4427 to trunk
2012-07-23 11:22:37 -05:00
Sylvain Lebresne
4a002a5792
Minor edit to CQL3 doc
2012-07-16 19:24:03 +02:00
Sylvain Lebresne
6d3a3eed27
Custom CQL protocol
...
patch by slebresne; reviewed by yukim and norman for CASSANDRA-2478
2012-07-05 18:21:09 +02:00
Sylvain Lebresne
fffccd64a3
Fix typo in CQL3 documentation
2012-06-29 13:53:11 +02:00
Sylvain Lebresne
e4ce6b3024
Add CQL3 documentation
2012-06-12 14:59:12 +02:00
Sylvain Lebresne
d64b9fff57
cqlsh: tab-complete key alias for ALTER CF ALTER
...
patch by thepaul; reviewed by slebresne for CASSANDRA-3873
2012-02-24 11:20:14 +01:00
paul cannon
f458cc1ad9
add ALTER COLUMNFAMILY WITH
...
allows modification of columnfamily properties after creation
patch by pcannon; reviewed by jbellis for CASSANDRA-3523
2012-01-16 13:28:40 -06:00
Jonathan Ellis
1bd7b42102
merge from 1.0
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1224998 13f79535-47bb-0310-9956-ffa450edef68
2011-12-27 20:03:37 +00:00
Pavel Yaskevich
76897cdcff
(CQL) compaction_strategy_options and compression_parameters for CREATE COLUMNFAMILY statement
...
patch by Pavel Yaskevich; reviewed by Paul Cannon for CASSANDRA-3374
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1223003 13f79535-47bb-0310-9956-ffa450edef68
2011-12-24 18:35:48 +00:00
Pavel Yaskevich
295aedb278
global key/row caches
...
patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-3143
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1222715 13f79535-47bb-0310-9956-ffa450edef68
2011-12-23 16:09:05 +00:00
Sylvain Lebresne
b30de593a2
merge from 1.0
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1201021 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11 18:44:50 +00:00
Sylvain Lebresne
0a8188084d
update versions, news and license headers for 1.0.3 release
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1201018 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11 18:40:41 +00:00
Jonathan Ellis
143f1de0b6
merge from 1.0
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1199002 13f79535-47bb-0310-9956-ffa450edef68
2011-11-07 23:14:35 +00:00
Jonathan Ellis
1bb2947dd5
add next-gen cqlsh
...
patch by Paul Cannon; reviewed by jbellis for CASSANDRA-3188
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1198994 13f79535-47bb-0310-9956-ffa450edef68
2011-11-07 23:05:54 +00:00
Jonathan Ellis
33b68fde0b
revert unintended commit of CQL doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1190414 13f79535-47bb-0310-9956-ffa450edef68
2011-10-28 15:59:57 +00:00
Jonathan Ellis
7980429c52
"defragment" rows for name-based queries under STCS
...
patch by jbellis; reviewed by slebresne for CASSANDRA-2503
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1190412 13f79535-47bb-0310-9956-ffa450edef68
2011-10-28 15:58:32 +00:00
Eric Evans
edf9a6ab87
bring term info current w/ recent changes
...
Patch by eevans; reviewed by jbellis for CASSANDRA-3353
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1183135 13f79535-47bb-0310-9956-ffa450edef68
2011-10-13 22:08:28 +00:00
Eric Evans
620a19c336
minor formatting fixes to doc
...
Patch by eevans; reviewed by jbellis for CASSANDRA-3353
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1183134 13f79535-47bb-0310-9956-ffa450edef68
2011-10-13 22:07:31 +00:00
Jonathan Ellis
7316f18139
Update CQL to generate microsecond timestamps by default
...
patch by jbellis; reviewed by slebresne for CASSANDRA-3227
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1172693 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 16:44:18 +00:00
Jonathan Ellis
d4c972fea9
update memtable, row_cache_provider options in CQL.textile
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1170023 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 03:52:57 +00:00
Jonathan Ellis
58df830e41
add int/int32 data type
...
patch by Radim Kolar; reviewed by jbellis for CASSANDRA-3031
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1167287 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 16:49:35 +00:00
Sylvain Lebresne
1ee25ee594
Update CQL type names to match expected (SQL) behavior
...
patch by jbellis; reviewed by slebresne for CASSANDRA-3149
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1166564 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 08:20:18 +00:00
Pavel Yaskevich
44a566d32f
fix of the CQL count() behavior
...
patch by Jonathan Ellis and Pavel Yaskevich; reviewed by Eric Evans and Pavel Yaskevich for CASSANDRA-3068
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1166273 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 17:16:46 +00:00
Jonathan Ellis
336476f88d
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1156775 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 19:49:24 +00:00
Jonathan Ellis
d505bdef60
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1152107 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29 05:09:59 +00:00
Jonathan Ellis
56997214b6
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1135244 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 19:40:21 +00:00
Jonathan Ellis
f5f96c178d
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1132406 13f79535-47bb-0310-9956-ffa450edef68
2011-06-05 13:43:22 +00:00
Jonathan Ellis
ae7dbe3d2a
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1125113 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 21:19:30 +00:00
Jonathan Ellis
fcd02e3a66
add CQL TTL support
...
patch by pyaskevich; reviewed by jbellis for CASSANDRA-2476
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8.1@1101234 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 21:40:27 +00:00
Jonathan Ellis
8cd4dcd211
add timestamp support to cqlINSERT,UPDATE,and BATCH
...
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-2555
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1097511 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 15:39:52 +00:00
Jonathan Ellis
bec125b777
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1097145 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27 15:27:52 +00:00
Jonathan Ellis
cd62c0fef1
add support for IN to cql SELECT, UPDATE
...
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-2553
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1096804 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 17:07:20 +00:00
Jonathan Ellis
299b7be025
add support for insert, delete in cql BATCH
...
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-2537
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1096771 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 14:53:53 +00:00
Jonathan Ellis
27cf0a9b74
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1096770 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 14:51:57 +00:00
Chris Goffinet
fb85fcecaf
Merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1096065 13f79535-47bb-0310-9956-ffa450edef68
2011-04-22 22:20:39 +00:00
Jonathan Ellis
1adcd1c52e
merge from 0.8
...
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1095139 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19 17:13:19 +00:00
Jonathan Ellis
798db242c4
add 'int' as sql alias for 'bigint'
...
patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1090798 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 13:39:11 +00:00
Jonathan Ellis
de2ae8f91d
use SQL-ish data types
...
patch by jbellis and Eric Evans for CASSANDRA-2445
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1090738 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 04:44:31 +00:00
Eric Evans
a14f038559
update docs for typed keys
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1087060 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 19:56:53 +00:00
Eric Evans
be7253cf39
bump CQL doc version to 1.0
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1084437 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 01:09:46 +00:00
Eric Evans
be7d5fd3f9
update CQL docs to reflect utf8 comparator/validator default
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1083130 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 02:14:54 +00:00
Eric Evans
a00ceacb2a
update CQL doco for recent changes
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1082243 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 18:18:41 +00:00
Eric Evans
fe246c5c5d
updated doco for CQL DROPs
...
Patch by eevans for CASSANDRA-1709
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1076328 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 18:59:42 +00:00
Eric Evans
79ef219422
CASSANDRA-2025 updated consistency level spec (removed '.')
...
Patch by eevans for CASSANDRA-2025
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1074709 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 21:38:53 +00:00
Eric Evans
84eabc7bbf
documentation update for CREATE INDEX
...
Patch by eevans for CASSANDRA-1709
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1071470 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 01:23:44 +00:00
Eric Evans
fea3948983
updated documentation for CREATE COLUMNFAMILY
...
Patch by eevans for CASSANDRA-1709; reviewed by gdusbabek
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1070573 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14 16:59:51 +00:00
Eric Evans
83c16dc767
missed doc update for utf8 term type
...
Patch by eevans for CASSANDRA-2027
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1068055 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 19:06:17 +00:00
Eric Evans
8e680ea52c
uuid term definitions
...
Patch by eevans for CASSANDRA-2027
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1068054 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 19:06:11 +00:00
Eric Evans
bad0de364d
update doco for CREATE KEYSPACE
...
Patch by eevans for CASSANDRA-1709
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1064327 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 21:57:24 +00:00
Eric Evans
d8c4f7ce5f
code markup inside a link upsets mylyn
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1055703 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 01:33:24 +00:00
Eric Evans
ae0d5d0406
CASSANDRA-1706: CQL DELETE w/ functional tests
...
Patch by eevans for CASSANDRA-1706
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1045342 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 19:50:09 +00:00
Eric Evans
10f10a56cc
updated documentation for CQL TRUNCATE
...
Patch by eevans for CASSANDRA-1716
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1039596 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27 02:22:27 +00:00
Eric Evans
aa1522eb76
CASSANDRA-1705. doc update for proposed UPDATE
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1036110 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17 16:57:21 +00:00
Eric Evans
6670c76520
CASSANDRA-1704. doc update for proposed SELECT
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1034531 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 19:32:25 +00:00
Eric Evans
52dbb877ea
misc (de)bug rollup
...
* propagate parse exceptions as avro InvalidRequestExceptions
* use more reasonable defaults for col and row limits (else OOM)
* working range query system test
* actually set column timestamp in return results
* validate keys in UPDATE
* process row mutations exactly once
* javadoc cleanup / updates
* explicitly disabled nagle in python driver
* query logging is brutal, move to trace
* upgrade jetty to 6.1.24
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1029368 13f79535-47bb-0310-9956-ffa450edef68
2010-10-31 14:37:56 +00:00
Eric Evans
f39be9702e
implement `USE <keyspace>' statement
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1029362 13f79535-47bb-0310-9956-ffa450edef68
2010-10-31 14:37:08 +00:00
Eric Evans
496d4aa46f
CQL documentation
...
Patch by eevans
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1029361 13f79535-47bb-0310-9956-ffa450edef68
2010-10-31 14:37:01 +00:00