On Fri, Sep 20, 2013 at 1:22 PM, Chad Johnston wrote:
> I've checked out and built the 1.2.10-tentative branch, and I've noticed
> that all of my CQL prepared statements are now broken.
>
> Looking into the code, it looks like the "#" -> "=" and "@" -> "?"
> translations were removed. I tried to r
I've checked out and built the 1.2.10-tentative branch, and I've noticed
that all of my CQL prepared statements are now broken.
Looking into the code, it looks like the "#" -> "=" and "@" -> "?"
translations were removed. I tried to replace these in one of my scripts
with "=" and "?", but there's