manticore-projects

Results 472 comments of manticore-projects

Tomorrow first thing in the morning, I am running late here. cheers.

`CURRENT_TIMESTAMP` is defined as a Token in JSQLParser and this token has not been whitelisted yet for the use of function names. My PR fixes this re-occurring problem in a...

> I think it would be rather straight-forward to implement these rules, and allow the tokens to be both with underscore, and without. With and without underscore is supported already.

The PR https://github.com/JSQLParser/JSqlParser/pull/1382 is there already, I just need to resolve conflicts. You can read through the lengthy discussion already for understanding what it does and how it works.

Still relevant with JSQLParser 4.6 Snapshot.

Greetings. Most RDBMS require the brackets around the `ON` condition and JSQLParser does not support the Snowflake specific syntax yet. But you could send a PR implementing it.

Greetings. 1) Amend the Merge Statement Java Class, add properties and modify the `toString()` 2) Edit the Parser Grammar 3) Amend the Deparser Java Class 4) Add an Unit Test...

Greetings. As for any open source project, there are 2 possible ways to get functions implemented: a) someone with own interest (in hive) volunteers and contributes working code b) someone...

Closed, since no further question has been asked.

@Wumpz: Please check out the great work on PR #1254. It adds a new token `QUICK` and which of course should not become a Reserved Keyword. Of course the author...