-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse "CURRENT_TIMESTAMP(3)" error #1507
Comments
JSqlParser only supports |
mysql support |
Any chance you want to provide a PR? |
Actually, it is just a Keyword problem again: When The Keyword PR #1382 solves this problem. |
allows CURRENT_DATE(3) and CURRENT_TIMESTAMP(3) as regular functions fixes JSQLParser#1507 fixes JSQLParser#1607
* fix: add missing public Getter Add public Getter for `updateSets` Fixes #1630 * feat: LISTAGG() with OVER() clause fixes issue #1652 fixes 3 more Special Oracle Tests * fix: White-list CURRENT_DATE and CURRENT_TIMESTAMP tokens allows CURRENT_DATE(3) and CURRENT_TIMESTAMP(3) as regular functions fixes #1507 fixes #1607 * feat: Deparser for Expression Lists Visit each Expression of a List instead ExpressionList.toString() fixes #1608 * fix: Lookahead needed
CCJSqlParserUtil.parse("update btrip_payment set update_time = CURRENT_TIMESTAMP(3) where id = 1");
version:4.2
The text was updated successfully, but these errors were encountered: