diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-11-07 18:26:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-10 09:46:53 +0000 |
commit | b9042d2e46f4a0645b63efb23e49b9421d04d837 (patch) | |
tree | 09621a996c9de8453bb0c0332149859c1b824fe1 /include/postwin.h | |
parent | f7715e6821c6763a9c57a06be482925ba75d9779 (diff) |
#i126029# Base query wizard error due to missing quoting of table and column names
During the Base query design wizard,
com.sun.star.wizards.ui.FilterComponent.getFilterConditions()
calls
com.sun.star.wizards.db.SQLQueryComposer.getSelectClause()
before its
getFromClause(). However the getSelectClause() needs composedCommandNames
which is populated only by getFromClause() in order to quote table and column names.
Without this, table and column names that need quoting (spaces, special characters,
reserved words) produce errors.
(cherry picked from commit 046771cac8605e5826a150e4454eff332b65d517)
Diffstat (limited to 'include/postwin.h')
0 files changed, 0 insertions, 0 deletions