-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
support opengauss "on duplicate key update nothing" grammar #2303
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
support opengauss "on duplicate key update nothing" grammar #2303
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general, but please avoid Wildcard imports and import single Classes instead.
import net.sf.jsqlparser.statement.ReturningClause; | ||
import net.sf.jsqlparser.statement.Statement; | ||
import net.sf.jsqlparser.statement.StatementVisitor; | ||
import net.sf.jsqlparser.statement.select.PlainSelect; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid wildcard imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I will adjust the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have adjusted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':publishMavenJavaPublicationToOssrhRepository'.
Failed to publish publication 'mavenJava' to repository 'ossrh'
Could not PUT 'https://central.sonatype.com/repository/maven-snapshots/com/github/jsqlparser/jsqlparser/5.4-SNAPSHOT/jsqlparser-5.4-20250828.114640-16.jar'. Received status code 401 from server: Unauthorized
There seems to be a problem with the username or password of the Maven repository
FAILURE: Build failed with an exception.
There seems to be a problem with the username or password of the Maven repository |
Add a new feature to support opengauss "on duplicate key update nothing" syntax. I have executed mvn clean package locally, and all code format checks and unit tests have passed.