CQL sortby; conversion to XML done.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 May 2011 14:04:00 +0000 (16:04 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 May 2011 14:04:00 +0000 (16:04 +0200)
commit262800f89e3280c5b594faf6eea2c98e988ee2cb
tree40add664877f251963fb127be7b8d2cc00062c2c
parented51c750eb5540c5a3a34ef3beb0c043a6e65f7c
CQL sortby; conversion to XML done.

The cql_node struct has not changed size but a new type of node
CQL_NODE_SORT is new. Strictly speaking this breaks binary compatibility
so perhaps this has to be enabled "actively", by API. Bug #608.
include/yaz/cql.h
src/cql.y
src/cqlutil.c
src/xcqlutil.c