X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstrer.c;h=46b8a4e4ce245a2411311c34bea770f203a17e80;hp=f8b29ce09140d23d7d440e85d95af341fe24247e;hb=0698a93c2bb1b8e7fa7a63d906bb863ffdac40e9;hpb=9b9e5015dba09e7480f09351cfccdfafd99b2d30 diff --git a/src/cqlstrer.c b/src/cqlstrer.c index f8b29ce..46b8a4e 100644 --- a/src/cqlstrer.c +++ b/src/cqlstrer.c @@ -1,4 +1,4 @@ -/* $Id: cqlstrer.c,v 1.1 2003-10-27 12:21:30 adam Exp $ +/* $Id: cqlstrer.c,v 1.2 2003-12-18 17:05:01 mike Exp $ Copyright (C) 2002-2003 Index Data Aps @@ -22,9 +22,9 @@ const char *cql_strerror(int code) { case 12: return "Too many characters in query"; case 13: return "Unbalanced or illegal use of parentheses"; case 14: return "Unbalanced or illegal use of quotes"; - case 15: return "Illegal or unsupported index set"; + case 15: return "Illegal or unsupported context set"; case 16: return "Illegal or unsupported index"; - case 17: return "Illegal or unsupported combination of index and index set"; + case 17: return "Illegal or unsupported combination of index and context set"; case 18: return "Illegal or unsupported combination of indexes"; case 19: return "Illegal or unsupported relation"; case 20: return "Illegal or unsupported relation modifier"; @@ -52,7 +52,7 @@ const char *cql_strerror(int code) { case 42: return "Illegal or unsupported proximity unit"; case 43: return "Illegal or unsupported proximity ordering"; case 44: return "Illegal or unsupported combination of proximity modifiers"; - case 45: return "Index set name (prefix) assigned to multiple identifiers"; + case 45: return "Context set name (prefix) assigned to multiple identifiers"; default: break; }