[SQLeonardo] QueryBuilder does not interprete QueryModel
Brought to you by:
nickyb
Hi
It seems that the QueryBuilder does not interprete the QueryModel correctly. It converts the _Expressions to its internal representation with alias and name. And it seems that here the name is dropped. And when it finally tries to resolve Table colums, it tries to use the name(which is null), and this causes that every table in the designer has every column of every table in the db.
See the current version MogwaiERDesignerNG-1.7-SNAPSHOT available at http://mogwai.sourceforge.net for more details.
Regards
Mirko
PatchedSQLParser
The problem seems to be related to the tokenizing process of SQLParser. I attached a bugfixed version. Using this version, everything works well