Version 0.9.6
- Fixed a bug that caused a
ParseException
to be thrown when trying to use aCriteria
object containing a string value wrapped in single or double quotes out of necessity (i.e. because the value contained a keyword). This bug happened because the wrapping quotes were dropped by Concourse Server when parsing theCriteria
. - Fixed a bug where the CCL parser failed to handle some Unicode quote characters.