zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #20108
[Merge] lp:~zorba-coders/zorba/bug1158975-fix-error-value into lp:zorba
Till Westmann has proposed merging lp:~zorba-coders/zorba/bug1158975-fix-error-value into lp:zorba.
Commit message:
fix value for error message
Requested reviews:
Matthias Brantner (matthias-brantner)
Related bugs:
Bug #1158975 in Zorba: "errors casting to xs:dateTimeStamp"
https://bugs.launchpad.net/zorba/+bug/1158975
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug1158975-fix-error-value/+merge/157489
fix value for error message
--
https://code.launchpad.net/~zorba-coders/zorba/bug1158975-fix-error-value/+merge/157489
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/types/casting.cpp'
--- src/types/casting.cpp 2013-04-03 09:33:11 +0000
+++ src/types/casting.cpp 2013-04-05 22:31:19 +0000
@@ -1301,7 +1301,7 @@
return;
}
- throwFORG0001Exception(strval, errInfo);
+ throwFORG0001Exception(dt.toString(), errInfo);
}
Follow ups