Tobias
Tobias
@wheredevel That's right, but you are not escaping a single quote. The problem here is to parse `escape '\'`. That's why I introduced point 2.
@wheredevel >The problem here is to parse escape '\'. That's why I introduced point 2.
I guess the [IGNORE NULLS] is the problem. Is this some kind of option? The main problem I see is, that JSqlParser supports SqlServer quotation using square brackets. This would...
@SerialVelocity Wow. This was included over a year ago. Strange that til now nobody complained. You are right, the implementation is wrong.
JSqlParser does not support the option `nonclustered` for primary keys. PRs are wellcome.
This subselect is not a statement in itself. The statementvisitor only gets called for the so called primary statement (`select column from ...`). In this example I use the table...
I have never seen such a construct. Is `group by c desc` a shortcut for `group by c order by c desc`?
Hi, this is strange. Look at #302. Which version of JSqlParser do you use? IMHO all letter areas of UTF-8 character set are processed.
Did you investigate this issue further?
@DavidKorczynski So were the advantage of using your product? We are checking with each run as well.