RPN to CQL conv may use USE string attributes (bug #2978).
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 14 Aug 2009 13:35:57 +0000 (15:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 14 Aug 2009 13:35:57 +0000 (15:35 +0200)
commit173f78f50536784bdc6a59d4586ba409b2b69182
treeabc3adad46834de3ca30bb55d8e50479170c4db6
parentb9d525dc1bec0fb8da16a810f7115b656d4b328c
RPN to CQL conv may use USE string attributes (bug #2978).

In conversion from RPN to CQL (function cql_transform_rpn2cql_).. USE
string attributes are used as a fallback if there is no match in the
CQL transform (properties) lookup. Also change behavior so that
unsupported use attribute if there is no match .. Ie if there is a
numeric use attribute in a query and that is not matched anywhere.
src/cqltransform.c
src/rpn2cql.c