manticore-projects

Results 448 comments of manticore-projects
trafficstars

You can also add `fixes #1337` to the description of the PR (not the caption though) in order to link between issue and PR and auto-close when accepted.

Greetings. If this PR is still of interest, then please follow the recommendations here: https://manticore-projects.com/JSQLParser/contribution.html#amend-the-code Otherwise I would like to suggest to close it as a stale PR.

Greetings, thank you for reporting, I will see what I can do about.

Your quotes are wrong. This one would be correct ```sql SELECT id , account , real_name , mobile , email , mobile_account , created_at , status , merchant_type , type...

You will need to mangle your SQL before sending it to JSQLParser and replace the MyBatis Quotes with proper SQL compliant quotes. There is no other solution available (at the...

Can we close this as answered and explained?

Greetings. This particular syntax ```sql ALTER TABLE table_name8 ADD index (column_1) ``` is unsupported. Standard compliant syntax ```sql ALTER TABLE table_name8 ADD PRIMARY KEY (column_1) ``` will work.

Greetings. the `as new(m, n, p,)` is MySQL specific and not supported. Please see the allowed/understood syntax here: http://217.160.215.75:8080/jsqlformatter/_static/railroad_diagram.xhtml#Update

Greetings, Keywords are statically defined as Tokens within the Grammar and there is no support for white-listening certain keywords.

Closed, since no further questions asked.