Commit Graph

1076 Commits

Author SHA1 Message Date
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