diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-10 01:13:32 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-10 03:15:12 +0200 |
commit | c9a8f238e03f7b4e54f5a963a6593888759ae3fa (patch) | |
tree | 786aa64f432f283d345eb699cd7e763fef96b528 /connectivity | |
parent | f220c3913a167b0d9702aca2b623839abe8665f1 (diff) |
remove bogus test
the TABLENAME property contains the *original* tablename, but this column should have the query table alias as table name
Change-Id: Ieeb362f38b701b92998e293dda474bad36e5e577
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/parse/PColumn.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/parse/PColumn.cxx b/connectivity/source/parse/PColumn.cxx index 006a58410b01..60ed5b0658ae 100644 --- a/connectivity/source/parse/PColumn.cxx +++ b/connectivity/source/parse/PColumn.cxx @@ -214,9 +214,6 @@ OOrderColumn::OOrderColumn( const Reference<XPropertySet>& _xColumn, const OUStr ,m_bAscending(_bAscending) { construct(); - OSL_ENSURE( getString(_xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TABLENAME))).isEmpty() || - i_rOriginatingTableName == getString(_xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TABLENAME)) ), - "dbaccess::OOrderColumn::OOrderColumn: forced originating table name != underlying column table name" ); } // ----------------------------------------------------------------------------- |