Date: Friday, February 24, 2006 @ 12:43:44
  Author: marc
    Path: /cvsroot/carob/carob/src

Modified: DriverResultSet.cpp (1.39 -> 1.40)

Again.


---------------------+
 DriverResultSet.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/src/DriverResultSet.cpp
diff -u carob/src/DriverResultSet.cpp:1.39 carob/src/DriverResultSet.cpp:1.40
--- carob/src/DriverResultSet.cpp:1.39  Fri Feb 24 12:42:37 2006
+++ carob/src/DriverResultSet.cpp       Fri Feb 24 12:43:44 2006
@@ -336,7 +336,7 @@
         else //we cannot do more... throw an exception
         {
           throw (DriverException(L"The value (" + valAsString
-              + L") is not a valid int number"));
+              + L") cannot be converted to int"));
         }
       }
     }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to