tmlab / tmql

Automatically exported from code.google.com/p/tmql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release TMQL4J Ontopia update

GoogleCodeExporter opened this issue · comments

The version 2.6.5 uses an annoying 

System.out.println(getClass().getSimpleName() + ": headers [" + 
columnNames.toString() + " ](" + columnNames.size() + ") resultSet: " + 
this.resultSet.size() + " results: " + getWidth());

That seems to be fixed in the repository. 

Any chance for a release? That may fix 
<https://code.google.com/p/tmql/issues/detail?id=58>, too

Original issue reported on code.google.com by lars.he...@gmail.com on 12 May 2011 at 12:02

Sorry, forgot the class name. The System.out statement was in TMQL4JQueryResult

Original comment by lars.he...@gmail.com on 12 May 2011 at 12:05