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
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
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