manticore-projects

Results 448 comments of manticore-projects
trafficstars

On Wed, 2020-10-21 at 04:36 -0700, Evgenij Ryazanov wrote: > It works like DISTINCT, but in uses only specified values for > comparison instead of the select list and it...

Thank you for reporting! Can you please give me the complete original statement? Your text above is garbled unfortunately. Also, on the Samples Page https://manticore-projects.com/JSQLFormatter/samples.html you can see what should...

Same here on Arch Linux: ``` Jul 12 17:13:32 ryzen crash_20230712171332_2.dmp[69933]: Uploading dump (out-of-process) /tmp/dumps/crash_20230712171332_2.dmp Jul 12 17:13:32 ryzen kernel: dota2[69890]: segfault at 0 ip 00007f1ad456f606 sp 00007fff93edb110 error 6...

This is so strange: Activating Proton worked for me and Dota is starting now. ![image](https://github.com/ValveSoftware/Dota-2/assets/18080123/b7e8381e-7631-4244-bd78-f8d66774d8c1)

Please what do we do with this one? It looks valid, but also stale and exotic -- so what triage to apply please?

Greetings! ["START" is a reserved keyword](https://manticore-projects.com/JSQLParser/keywords.html) and will need to be quoted.

Greetings! You will have to edit the keyword definitions in the Grammar and change the keyword classification/restriction there. Then run the "Update keywords" task as described here: https://manticore-projects.com/JSQLParser/contribution.html#manage-reserved-keywords and then...

No custom jar needed. Just send a PR when you have relaxed the keyword definition and we merge it into master.On 30 Aug 2024 09:20, Rob Audenaerde ***@***.***> wrote: Ah...

Greetings, I have tried to allow "START", but the grammar will break and not compile ("unreachable statement"). There is no easy way to fix it, but of course any PRs...

Greetings! 1) ensure using the latest H2 Git Snapshot because it has gotten Index optimizations for IN clauses (not included in 224 yet) 2) better use the `MERGE` statement for...