Re: cassandra-cli 0.7 "name" as a column name!

2011-01-16 Thread Tyler Hobbs
> > but the following command works: > create column family Countries > with comparator=UTF8Type > and column_metadata=[ > {column_name: countryName, validation_class: UTF8Type} > ]; > > > > > > > > > this command gives an error: > > --- On *Sun

Re: cassandra-cli 0.7 "name" as a column name!

2011-01-16 Thread kh jo
Sun, 1/16/11, Tyler Hobbs wrote: From: Tyler Hobbs Subject: Re: cassandra-cli 0.7 "name" as a column name! To: user@cassandra.apache.org Date: Sunday, January 16, 2011, 8:30 PM You can. Can you give us the line that you are trying to execute? - Tyler On Sun, Jan 16, 2011 at 1:22 P

Re: cassandra-cli 0.7 "name" as a column name!

2011-01-16 Thread Tyler Hobbs
You can. Can you give us the line that you are trying to execute? - Tyler On Sun, Jan 16, 2011 at 1:22 PM, kh jo wrote: > Why can't I use "name" as a column name? > >

cassandra-cli 0.7 "name" as a column name!

2011-01-16 Thread kh jo
Why can't I use "name" as a column name?