Commit graph

3 commits

Author SHA1 Message Date
Jens Wille
57d757352a Query generator should not treat quoted phrases specially.
Quoted strings in CQL only have syntactic meaning for the parser, they don't carry semantic meaning for the resulting query.

As a consequence of this change, they have to be used in their unquoted form (`tok2.getString()` instead of `arg2.toString()`).

NOTE: The `cql.unmasked` relation modifier may be implemented in order to support the previous behaviour of "protected" phrases.
2017-01-26 15:55:39 +01:00
Jens Wille
1331ad631e Rename token class "protected" to "quoted".
More in line with remaining nomenclature.

Stresses syntactic over semantic meaning.
2017-01-26 15:52:17 +01:00
b41479bf7f initial commit 2016-11-25 00:06:17 +01:00