X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcqlutil.c;h=168dab4c7f6093ecb9e4a3c60149719e683e71b3;hb=3fe8d724fd45258f340a8396877aa93bd0a93d00;hp=75505351fa550ba8a13987be131180a418f418c0;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/cqlutil.c b/src/cqlutil.c index 7550535..168dab4 100644 --- a/src/cqlutil.c +++ b/src/cqlutil.c @@ -1,11 +1,7 @@ -/* $Id: cqlutil.c,v 1.11 2007-01-03 08:42:15 adam Exp $ - Copyright (C) 1995-2007, Index Data ApS - Index Data Aps - -This file is part of the YAZ toolkit. - -See the file LICENSE for details. -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data + * See the file LICENSE for details. + */ /** * \file cqlutil.c @@ -68,6 +64,7 @@ struct cql_node *cql_node_mk_sc(NMEM nmem, p->u.st.relation = nmem_strdup(nmem, relation); p->u.st.relation_uri = 0; p->u.st.modifiers = 0; + p->u.st.extra_terms = 0; return p; } @@ -86,7 +83,7 @@ struct cql_node *cql_node_mk_boolean(NMEM nmem, const char *op) const char *cql_uri(void) { - return "info:srw/cql-context-set/1/cql-v1.1"; + return "info:srw/cql-context-set/1/cql-v1.2"; } struct cql_node *cql_apply_prefix(NMEM nmem,