|
|
@@ -1,6 +1,6 @@
|
|
|
Index: cego/src/CegoContentObject.cc
|
|
|
--- cego/src/CegoContentObject.cc.orig 2007-09-10 08:36:41 +0200
|
|
|
-+++ cego/src/CegoContentObject.cc 2007-11-04 17:04:41 +0100
|
|
|
++++ cego/src/CegoContentObject.cc 2007-11-18 17:49:49 +0100
|
|
|
@@ -277,7 +277,7 @@
|
|
|
s += Chain(" TableName: ") + pF->getTableName() + Chain("\n");
|
|
|
s += Chain(" TableAlias: ") + pF->getTableAlias() + Chain("\n");
|
|
|
@@ -12,7 +12,7 @@ Index: cego/src/CegoContentObject.cc
|
|
|
pF= _schema.Next();
|
|
|
Index: cego/src/CegoDataType.h
|
|
|
--- cego/src/CegoDataType.h.orig 2007-07-06 08:48:55 +0200
|
|
|
-+++ cego/src/CegoDataType.h 2007-11-04 17:04:41 +0100
|
|
|
++++ cego/src/CegoDataType.h 2007-11-18 17:49:49 +0100
|
|
|
@@ -54,7 +54,7 @@
|
|
|
|
|
|
// this must be correlated to the enum above
|
|
|
@@ -24,7 +24,7 @@ Index: cego/src/CegoDataType.h
|
|
|
"long",
|
|
|
Index: cego/src/CegoOutput.cc
|
|
|
--- cego/src/CegoOutput.cc.orig 2007-09-15 21:18:00 +0200
|
|
|
-+++ cego/src/CegoOutput.cc 2007-11-04 17:04:41 +0100
|
|
|
++++ cego/src/CegoOutput.cc 2007-11-18 17:49:49 +0100
|
|
|
@@ -35,6 +35,7 @@
|
|
|
|
|
|
#include "Datetime.h"
|
|
|
@@ -35,7 +35,7 @@ Index: cego/src/CegoOutput.cc
|
|
|
|
|
|
Index: cego/src/CegoProcedure.cc
|
|
|
--- cego/src/CegoProcedure.cc.orig 2007-09-21 19:06:07 +0200
|
|
|
-+++ cego/src/CegoProcedure.cc 2007-11-04 17:32:32 +0100
|
|
|
++++ cego/src/CegoProcedure.cc 2007-11-18 17:49:49 +0100
|
|
|
@@ -113,10 +113,10 @@
|
|
|
if ( fv.castTo(pVar->getValue().getType()) == false )
|
|
|
{
|
|
|
@@ -50,8 +50,8 @@ Index: cego/src/CegoProcedure.cc
|
|
|
}
|
|
|
|
|
|
Index: cego/src/CegoQuery.cc
|
|
|
---- cego/src/CegoQuery.cc.orig 2007-11-03 14:17:06 +0100
|
|
|
-+++ cego/src/CegoQuery.cc 2007-11-04 17:04:41 +0100
|
|
|
+--- cego/src/CegoQuery.cc.orig 2007-11-17 20:08:13 +0100
|
|
|
++++ cego/src/CegoQuery.cc 2007-11-18 17:49:49 +0100
|
|
|
@@ -251,10 +251,10 @@
|
|
|
if ( fv.castTo(pFV->getFieldValue().getType()) == false )
|
|
|
{
|
|
|
@@ -66,8 +66,8 @@ Index: cego/src/CegoQuery.cc
|
|
|
}
|
|
|
if ( pFV->getFieldValue().getType() == FIXED_TYPE )
|
|
|
Index: cego/src/CegoQuery.h
|
|
|
---- cego/src/CegoQuery.h.orig 2007-11-03 13:47:31 +0100
|
|
|
-+++ cego/src/CegoQuery.h 2007-11-04 17:04:41 +0100
|
|
|
+--- cego/src/CegoQuery.h.orig 2007-11-17 20:09:17 +0100
|
|
|
++++ cego/src/CegoQuery.h 2007-11-18 17:49:49 +0100
|
|
|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
~CegoQuery();
|
|
|
@@ -79,7 +79,7 @@ Index: cego/src/CegoQuery.h
|
|
|
|
|
|
Index: cego/src/CegoQueryHelper.cc
|
|
|
--- cego/src/CegoQueryHelper.cc.orig 2007-11-03 14:17:20 +0100
|
|
|
-+++ cego/src/CegoQueryHelper.cc 2007-11-04 17:30:33 +0100
|
|
|
++++ cego/src/CegoQueryHelper.cc 2007-11-18 17:49:49 +0100
|
|
|
@@ -663,7 +663,7 @@
|
|
|
}
|
|
|
default:
|
|
|
@@ -89,3 +89,15 @@ Index: cego/src/CegoQueryHelper.cc
|
|
|
throw Exception(EXLOC, msg);
|
|
|
break;
|
|
|
}
|
|
|
+Index: cego/src/CegoTableManager.cc
|
|
|
+--- cego/src/CegoTableManager.cc.orig 2007-11-18 12:16:10 +0100
|
|
|
++++ cego/src/CegoTableManager.cc 2007-11-19 14:21:30 +0100
|
|
|
+@@ -1843,7 +1843,7 @@
|
|
|
+ if ( pD->getFieldValue().getType() != pF->getFieldValue().getType() )
|
|
|
+ {
|
|
|
+ throw Exception(EXLOC, Chain("Mismatched data type <")
|
|
|
+- + CEGO_TYPE_MAP[(int)(pD->getFieldValue().getType())] +
|
|
|
++ + CEGO_TYPE_MAP[(int)(pD->getFieldValue().getType())].c_str() +
|
|
|
+ Chain("> for attribute ") + pF->getAttrName());
|
|
|
+ }
|
|
|
+ }
|