Date: Friday, February 24, 2006 @ 12:42:38
Author: marc
Path: /cvsroot/carob/carob/src
Modified: DriverResultSet.cpp (1.38 -> 1.39)
Minor enhancement to exception message.
---------------------+
DriverResultSet.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: carob/src/DriverResultSet.cpp
diff -u carob/src/DriverResultSet.cpp:1.38 carob/src/DriverResultSet.cpp:1.39
--- carob/src/DriverResultSet.cpp:1.38 Wed Feb 15 12:34:46 2006
+++ carob/src/DriverResultSet.cpp Fri Feb 24 12:42:37 2006
@@ -335,8 +335,8 @@
ret = 0;
else //we cannot do more... throw an exception
{
- throw (DriverException(L"The value " + valAsString
- + L" is not a valid int number"));
+ throw (DriverException(L"The value (" + valAsString
+ + L") is not a valid int number"));
}
}
}
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits