Date: Wednesday, March 22, 2006 @ 21:51:52
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: util.cpp (1.4 -> 1.5)

throw a "notimplemented" string instead of exiting.


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


Index: odbsequoia/src/util.cpp
diff -u odbsequoia/src/util.cpp:1.4 odbsequoia/src/util.cpp:1.5
--- odbsequoia/src/util.cpp:1.4 Mon Mar 20 22:07:43 2006
+++ odbsequoia/src/util.cpp     Wed Mar 22 21:51:52 2006
@@ -103,7 +103,7 @@
     // See explanations in fromSQLW(...) above
     if (sizeof(wchar_t) == sizeof(SQLWCHAR))
     {
-        exit(432); // TODO not implemented yet
+        throw "Unimplemented sizeof(wchar_t) == sizeof(SQLWCHAR)) code in 
util.cpp:toSQLW()";
 
     } else { 
 

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

Reply via email to