Skip to content

Bugfix when "$" is in String

Latest
Compare
Choose a tag to compare
@thurstonsand thurstonsand released this 23 Jul 04:14
· 1 commit to master since this release

There was a bug when "$" showed up in a String to be written to Cassandra where calling toString on a query throws an exception.

This release fixes that bug so that it no longer occurs.