[teiid-designer-dev] [Teiid-Designer/teiid-designer] 9ccee6: Fixes WHERE clauses being broken by SQL editor

Paul Richardson p.g.richardson at redhat.com
Tue Mar 22 14:22:17 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: 9ccee65672bcc061483946c6e7706928fd21545a
      https://github.com/Teiid-Designer/teiid-designer/commit/9ccee65672bcc061483946c6e7706928fd21545a
  Author: Paul Richardson <p.g.richardson at 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.




More information about the teiid-designer-dev mailing list