https://bugs.freedesktop.org/show_bug.cgi?id=73352

--- Comment #24 from Julien Nabet <[email protected]> ---
With this patch, no crash:
diff --git a/connectivity/source/drivers/firebird/ResultSet.cxx
b/connectivity/source/drivers/firebird/ResultSet.cxx
index 22d6013..d43fd3d 100644
--- a/connectivity/source/drivers/firebird/ResultSet.cxx
+++ b/connectivity/source/drivers/firebird/ResultSet.cxx
@@ -758,8 +758,8 @@ void SAL_CALL OResultSet::cancel(  )
throw(RuntimeException, std::exception)
 //----- XWarningsSupplier UNSUPPORTED
-----------------------------------------
 void SAL_CALL OResultSet::clearWarnings() throw(SQLException,
RuntimeException, std::exception)
 {
-    ::dbtools::throwFunctionNotSupportedException("clearWarnings not supported
in firebird",
-                                                  *this);
+//    ::dbtools::throwFunctionNotSupportedException("clearWarnings not
supported in firebird",
+//                                                  *this);
 }

Is it really mandatory to throw an exception here? Indeed there are other
drivers which don't implement this (just Opengrok to check). Now is it a TODO
or not I don't know.

Lionel/Andrzej: any idea?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to