added SQL parse error description (used in R-CGMA SQL parse)
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Feb 2005 13:53:25 +0000 (13:53 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Feb 2005 13:53:25 +0000 (13:53 +0000)
org.glite.lb.common/project/version.properties
org.glite.lb.common/src/context.c

index 113b2ba..a40bcb5 100644 (file)
@@ -1,4 +1,4 @@
 #Wed Jan 12 04:09:34 CET 2005
-module.version=1.2.0
+module.version=1.2.1
 module.build=145
 module.age=1
index 33cb50c..3e6bbcd 100644 (file)
@@ -120,6 +120,7 @@ static const char* const errTexts[] = {
        "Interlogger internal error",
        "Interlogger has events pending",
        "Compared events differ",
+       "SQL parse error",
 };
 
 const char *edg_wll_GetErrorText(int code) {