Kaydet (Commit) 89a8a48c authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fixup

Change-Id: I20b56f8051d85aec4331d0e5bd83985580f05dbf
üst dbf1360e
......@@ -339,7 +339,7 @@ void OTableHelper::refreshPrimaryKeys(TStringVector& _rNames)
if ( !bAlreadyFetched )
{
aPkName = xRow->getString(6);
SAL_WARN_IF(xRow.wasNull(),"connectivity.commontools", "NULL Primary Key name");
SAL_WARN_IF(xRow->wasNull(),"connectivity.commontools", "NULL Primary Key name");
SAL_WARN_IF(aPkName.isEmpty(),"connectivity.commontools", "empty Primary Key name");
bAlreadyFetched = true;
}
......
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