Tobias

Results 219 comments of Tobias

Or as always PRs are welcome or do you want to support in other ways?

You are right, that not expressions are not truly hierarchical handled by JSqlParser. This would lead to heavy grammar refactoring, I think. Is this a pressing feature you need?

PRs are welcome. `Execute()` production should be easily extended to support this procedure / function syntax.

The problem here is that JSqlParser does only support: column ->> literal a function as a first "parameter" is not supported. Something you want to provide. PRs are welcome.

But this does not seem to be a JSqlParser problem but a mybatisplus extension problem.

PRs are welcome ...

Seems OK. I merged it. Use as a final commit something like fixes #issue then the issue will be closed automatically after merge.

I would start a new class IMHO. The ordinary **insert into** statement. Is to complicated to be modified. Look at the **SingleStatement()** rule in the grammar file. There all **main**...

Any progress here?

@wat1r So can we close this?