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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]

--- Comment #2 from Julien Nabet <[email protected]> ---
Lionel/Andrzej:
I suppose this patch isn't sufficient
diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
index fbc82ba..0791946 100644
--- a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
+++ b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
@@ -480,7 +480,7 @@ sal_Bool SAL_CALL
ODatabaseMetaData::supportsANSI92EntryLevelSQL(  ) throw(SQLEx
 // -------------------------------------------------------------------------
 sal_Bool SAL_CALL ODatabaseMetaData::supportsIntegrityEnhancementFacility(  )
throw(SQLException, RuntimeException)
 {
-    return sal_False;
+    return sal_True;
 }
 // -------------------------------------------------------------------------

since, even if I can get the GUI relationships, I got these logs then:
warn:legacy.osl:21201:1:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:845:
Not implemented yet! (ODatabaseMetaData::getTableTypes)

warn:connectivity.firebird:21201:13:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:1473:
Not yet implemented
warn:legacy.osl:21201:13:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:1477:
Not implemented yet!
(ODatabaseMetaData::getImportedKeys)

(See
http://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/DatabaseMetaData.cxx#843)

-- 
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