summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-02 12:10:25 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-08-02 13:57:49 +0200
commita8f327a9fc13fe5d0992aba4d217b8c909871237 (patch)
tree6c8696d265dfedc83d0d2999a9097027ac7bc4ef /dbaccess
parent0fafb92e97855c4f5e461c6198d92b41431b1227 (diff)
make comment actually describe the code
Change-Id: If4dda13ff8018d7fd855457a76db2acf8077a477
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/SingleSelectQueryComposer.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index c77c2b6cbcb2..b1270f0368d7 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -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))
{