Hello, Could someone check commit 44b0bf91df1af9920b1c22a2f54bd70c9c44231b for cherry-picking in 4.0?
--------------- connectivity/source/drivers/odbcbase/OTools.cxx --------------- index a868b0b..290aa61 100644 @@ -682,8 +682,10 @@ SQLSMALLINT OTools::jdbcTypeToOdbc(sal_Int32 jdbcType) // ODBC doesn't have any notion of CLOB or BLOB case DataType::CLOB: odbcType = SQL_LONGVARCHAR; + break; case DataType::BLOB: odbcType = SQL_LONGVARBINARY; + break; } return odbcType; Julien -- View this message in context: http://nabble.documentfoundation.org/REVIEW-for-4-0-Missing-breaks-in-connectivity-source-drivers-odbcbase-OTools-cxx-tp4023347.html Sent from the Dev mailing list archive at Nabble.com. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice