Re: CQL and reserved keywords

2014-03-04 Thread Michael Shuler
On 03/04/2014 03:56 AM, DuyHai Doan wrote: Hello Andy 1. "Is there a list somewhere of reserved keywords that I can access so that I prohibit a user entering such a column name?" -> http://www.datastax.com/documentation/cql/3.0/cql/cql_reference/keywords_r.html 2. you may propose a pull request

Re: CQL and reserved keywords

2014-03-04 Thread DuyHai Doan
Hello Andy 1. "Is there a list somewhere of reserved keywords that I can access so that I prohibit a user entering such a column name?" -> http://www.datastax.com/documentation/cql/3.0/cql/cql_reference/keywords_r.html 2. you may propose a pull request ? On Tue, Mar 4, 2014 at 10:52 AM, Andy

CQL and reserved keywords

2014-03-04 Thread Andy
Hi, while adding support for Cassandra into DataNucleus I came across the following CREATE TABLE schema1.mapfkvalueitem (desc varchar,key varchar,name varchar,mapfkvalueitem_id bigint, PRIMARY KEY (mapfkvalueitem_id)); which fails with the delightfully informative message Bad Request: line 1:37