Kaydet (Commit) 44b0bf91 authored tarafından Julien Nabet's avatar Julien Nabet

Add missing breaks

Change-Id: Icaa08718c37c2c8823a21b6a3ae4ef8b62b52550
üst 3de4b440
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment