Tobias

Results 219 comments of Tobias

Using {} instead of () is a very special use case. JSqlParser does only support ().

Sorry, but I dont understand what you mean. Give me a concrete example and the output and expected behaviour.

The heap is the limit. So I guess there are syntactical constructs JSqlParser does not know.

Indeed fts queries are not implemented within JSqlParser. As I never needed to use this ability from Postrgresql I am not familiar with it and what time to provide a...

Right. All should be UTF-8. I just included this cp1252 to test and got lucky. However using ISO-8859-1 works as well, same encoding at least for those characters. If you...

Strange. This should be the same as starting java with -Dfile.encoding=UTF-8. Is there another instance of JVM started somehow in the rendering process? At the moment in windows Cp1252 is...

Could not test your actual 14.0-SNAPSHOT, but forcing the plugin to run in phase `process-test-classes` did the trick. ``` com.sebastian-daschner jaxrs-analyzer-maven-plugin 0.13 process-test-classes analyze-jaxrs swagger ```

Unfortunately this will not work in multimodule maven projects. The issue is only defered to the next module. So no solution yet. Please reopen this issue.

Sorry, that I was unavailable for so long. I build a test around your data. May I introduce it into the project or are there any bits of non-publishable data...

You should know the linear space algorithm is not tested as deeply as the original implementation.