On Wed, Jul 27, 2011 at 11:01:17PM -0500, Jonathan Ellis wrote:
> On Wed, Jul 27, 2011 at 10:53 PM, Edward Capriolo <edlinuxg...@gmail.com> 
> wrote:
> > You can not even put two statements on the same line. So the ';' is semi
> > useless syntax.
> 
> Nobody ever asked for that, but lots of people asked to allow
> statements spanning multiple lines.

Wouldn't using \ be a more sane use of multiple line spannign?

create column family Foo \
  with column_type = Super \
  and comparator = TimeUUIDType \
  and subcomparator = UTF8Type

just like in shell (and some scripting languages)



Grtz,
Hartog

Reply via email to