make comment actually describe the code
Change-Id: If4dda13ff8018d7fd855457a76db2acf8077a477
This commit is contained in:
@@ -1353,7 +1353,8 @@ OUString OSingleSelectQueryComposer::getTableAlias(const Reference< XPropertySet
|
||||
{
|
||||
aComposedName = ::dbtools::composeTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_False, ::dbtools::eInDataManipulation );
|
||||
|
||||
// first check if this is the table we want to or has it a tablealias
|
||||
// Is this the right case for the table name?
|
||||
// Else, look for it with different case, if applicable.
|
||||
|
||||
if(!m_pTables->hasByName(aComposedName))
|
||||
{
|
||||
|
Reference in New Issue
Block a user