Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 9ccee65672bcc061483946c6e7706928fd21545a
https://github.com/Teiid-Designer/teiid-designer/commit/9ccee65672bcc0614...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
M
plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/visitor/SQLStringVisitor.java
Log Message:
-----------
Fixes WHERE clauses being broken by SQL editor
* By using parts.append rather than append(), the callback is never called
for the WHERE clause right expression so a DisplayNode is never created
for it.