fixup
Change-Id: I20b56f8051d85aec4331d0e5bd83985580f05dbf
This commit is contained in:
@@ -339,7 +339,7 @@ void OTableHelper::refreshPrimaryKeys(TStringVector& _rNames)
|
|||||||
if ( !bAlreadyFetched )
|
if ( !bAlreadyFetched )
|
||||||
{
|
{
|
||||||
aPkName = xRow->getString(6);
|
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");
|
SAL_WARN_IF(aPkName.isEmpty(),"connectivity.commontools", "empty Primary Key name");
|
||||||
bAlreadyFetched = true;
|
bAlreadyFetched = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user