View | Details | Raw Unified | Return to issue 116801
Collapse All | Expand All

(-)a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx (-5 / +2 lines)
Lines 1995-2006 static void addPrivilegesToVector( Link Here
1995
//             makeAny( resolveColumnNames(foreignMap, xRow->getString(8) ) ) );
1995
//             makeAny( resolveColumnNames(foreignMap, xRow->getString(8) ) ) );
1996
1996
1997
//     }
1997
//     }
1998
    // fake the getImportedKey() function call in
1998
    // LEM TODO: full "real" implementation
1999
    // dbaccess/source/ui/relationdesign/RelationController.cxx
2000
    // it seems to be the only place in the office, where this function is needed
2001
    return new SequenceResultSet(
1999
    return new SequenceResultSet(
2002
        m_refMutex, *this, Sequence< OUString >(), Sequence< Sequence< Any > > (1), m_pSettings->tc );
2000
        m_refMutex, *this, Sequence< OUString >(), Sequence< Sequence< Any > > (), m_pSettings->tc );
2003
}
2001
}
2004
2002
2005
::com::sun::star::uno::Reference< XResultSet > DatabaseMetaData::getExportedKeys(
2003
::com::sun::star::uno::Reference< XResultSet > DatabaseMetaData::getExportedKeys(
2006
- 

Return to issue 116801