<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: cql 3.0</title>
		<link>http://www.datastax.com/support-forums/topic/cql-30</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:20:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/cql-30" rel="self" type="application/rss+xml" />

		<item>
			<title>Srini on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6730</link>
			<pubDate>Sun, 30 Sep 2012 16:10:43 +0000</pubDate>
			<dc:creator>Srini</dc:creator>
			<guid isPermaLink="false">6730@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;There is bug fix for similar issue. Check out&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://issues.apache.org/jira/browse/CASSANDRA-4219&#34; rel=&#34;nofollow&#34;&#62;https://issues.apache.org/jira/browse/CASSANDRA-4219&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kannanspec on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6722</link>
			<pubDate>Fri, 28 Sep 2012 18:01:20 +0000</pubDate>
			<dc:creator>kannanspec</dc:creator>
			<guid isPermaLink="false">6722@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi, I created new column family with CQL3 option. but when i load the data using the SSTableLoader , which i used for cql2.0, i recieve below error on the column family,&#60;br /&#62;
any idea?&#60;/p&#62;
&#60;p&#62;cqlsh:xynergy&#38;gt; select * from seen_ships;&#60;br /&#62;
TSocket read 0 bytes&#60;br /&#62;
cqlsh:xynergy&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6622</link>
			<pubDate>Fri, 21 Sep 2012 20:47:58 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">6622@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I think you will have to re-create your ColumnFamily with CQL3 to use it properly and include &#34;Date&#34; field into PRIMARY KEY, because CQL3 makes use of composite comparators, e.g.&#60;/p&#62;
&#60;p&#62;CREATE COLUMNFAMILY &#34;OM_CDMA_SECTOR_DATA_MAIN&#34; (&#60;br /&#62;
    id &#38;lt;something&#38;gt;,&#60;br /&#62;
    day timestamp,&#60;br /&#62;
    PRIMARY KEY (id, day)&#60;br /&#62;
);
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kannanspec on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6621</link>
			<pubDate>Fri, 21 Sep 2012 20:33:51 +0000</pubDate>
			<dc:creator>kannanspec</dc:creator>
			<guid isPermaLink="false">6621@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes i have below indexed columns set up already, is there anything missing&#60;/p&#62;
&#60;p&#62;CREATE INDEX IDX1 ON OM_CDMA_SECTOR_DATA_MAIN (Day);&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Kannan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6620</link>
			<pubDate>Fri, 21 Sep 2012 20:32:13 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">6620@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Right, because you have to set up indexed columns before doing any operations :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kannanspec on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6619</link>
			<pubDate>Fri, 21 Sep 2012 20:21:21 +0000</pubDate>
			<dc:creator>kannanspec</dc:creator>
			<guid isPermaLink="false">6619@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi, I used CQL 3.0 but i still get the below error which i get in 2.0&#60;/p&#62;
&#60;p&#62;cqlsh:xynergy&#38;gt; select &#34;Day&#34; from &#34;OM_CDMA_SECTOR_DATA_MAIN&#34; where &#34;Day&#34; &#38;gt; '7/29/2012';&#60;br /&#62;
Bad Request: No indexed columns present in by-columns clause with Equal operator&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Kannan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6618</link>
			<pubDate>Fri, 21 Sep 2012 19:46:25 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">6618@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;To fix that you will have to double-quote ColumnFamily names in mixed case like this select * from &#34;OM_CDMA_SECTOR_NEW1&#34;;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kannanspec on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6617</link>
			<pubDate>Fri, 21 Sep 2012 19:44:39 +0000</pubDate>
			<dc:creator>kannanspec</dc:creator>
			<guid isPermaLink="false">6617@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Xedin thanks for the suggestion, it worked but i am not able to query the tables created using previous version, any suggestion?&#60;/p&#62;
&#60;p&#62;cqlsh&#38;gt; select * from OM_CDMA_SECTOR_NEW1;&#60;br /&#62;
Bad Request: unconfigured columnfamily om_cdma_sector_new1&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Kannan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6616</link>
			<pubDate>Fri, 21 Sep 2012 19:13:12 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">6616@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi, you can give cqlsh --cql3 option and if you use thrift you can setCQLVersion to &#34;3.0.0&#34; to enable it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kannanspec on "cql 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/cql-30#post-6615</link>
			<pubDate>Fri, 21 Sep 2012 18:53:51 +0000</pubDate>
			<dc:creator>kannanspec</dc:creator>
			<guid isPermaLink="false">6615@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi, How do i configure cassandra 1.1.0 to use cql 3.0?&#60;br /&#62;
or&#60;br /&#62;
what is the way to use CQL 3.0?&#60;br /&#62;
I wanted to use Less than and greater than operation in the where clause.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
