X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=61248283b2428e2473ee6b5a8e812cd3a3f6b15c;hb=2bfedb1881eea1eb4e158779348794979ca9b681;hp=c1b70f650605e1608677f867cf1e0e646802e6b5;hpb=b3d0700ef5df9c96be4c08dcb9ac2a7e123c9f48;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index c1b70f6..6124828 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2003, Index Data. * See the file LICENSE for details. * - * $Id: srwutil.c,v 1.4 2004-01-06 09:10:02 adam Exp $ + * $Id: srwutil.c,v 1.5 2004-01-06 11:20:15 adam Exp $ */ #include @@ -327,8 +327,8 @@ static struct { {2, "System temporarily unavailable"}, {3, "Authentication error"}, /* Diagnostics Relating to CQL */ -{10, "Illegal query"}, -{11, "Unsupported query type (XCQL vs CQL)"}, +{10, "Query syntax error"}, +{11, "Unsupported query type"}, {12, "Too many characters in query"}, {13, "Unbalanced or illegal use of parentheses"}, {14, "Unbalanced or illegal use of quotes"}, @@ -428,6 +428,7 @@ static int srw_bib1_map[] = { 7, 30, 8, 32, 9, 29, + 108, 10, /* Malformed query : Syntax error */ 10, 10, 11, 12, 11, 23,