Merged
Conversation
…RESH Support parsing create view statements in Redshift with AUTO REFRESH option.
Extract adding the force option into a dedicated method resulting in the cyclomatic complexity reduction of the CreateView.toString method.
Add Keywords and document, which keywords are allowed for what purpose
Derive All Keywords from Grammar directly Generate production for Object Names (semi-) automatically Add parametrized Keyword Tests
Parallel Test execution Gradle Caching Explicitly request for latest JavaCC 7.0.10
Parallel Test execution Gradle Caching Explicitly request for latest JavaCC 7.0.10
Update the MANTICORE Sphinx Theme, but ignore it in GIT Add the content to the Sphinx sites Add a Gradle function to derive Stable and Snapshot version from GIT Tags Add a Gradle GIT change task Add a Gradle sphinx task Add a special Test case for illustrating the use of JSQLParser
Implement Serializable for persisting via ObjectOutputStream
- apply neutral Sphinx theme - insert the RR diagrams into the sphinx sources - better documentation on Gradle dependencies - link GitHub repository
- add support for Oracle Alternative Quoting e.g. `q'(...)'` - fixes JSQLParser#1718 - add a Logo and FavIcon to the Website - document recent changes on Quoting/Escaping - add an example on building SQL from Java - rework the README.md, promote the Website - add Spotless Formatter, using Google Java Style (with Tab=4 Spaces)
- Merge PR JSQLParser#1691, fixes JSQLParser#1684 all credits go to @zaza
- fix the issue template - fix the -SNAPSHOT version number
- `GO` - Slash `/` - Two empty lines
- `FETCH` uses `EXPRESSION` instead of SimpleJDBCParameter only - Visit/Accept `FETCH` `EXPRESSION` instead of `append` to String - Visit/Accept `OFFSET` `EXPRESSION` instead of `append` to String - Gradle: remove obsolete/incompatible `jvmArgs` from Test()
Supports `Function() ->> Literal` (although `Function()` would not allow Nested Expression Parameters) fixes JSQLParser#1571
…SonOperatorIssue1571 # Conflicts: # src/main/java/net/sf/jsqlparser/statement/SetStatement.java
wumpz
reviewed
Mar 21, 2023
| // enforce latest version of JavaCC | ||
| testImplementation 'net.java.dev.javacc:javacc:7.0.12' | ||
| javacc 'net.java.dev.javacc:javacc:7.0.12' | ||
| testImplementation 'net.java.dev.javacc:javacc:+' |
Member
There was a problem hiding this comment.
In history we had problems using the latest version.
| import java.io.Serializable; | ||
| import java.util.ArrayList; | ||
| import java.util.List; | ||
| import java.util.*; |
Member
There was a problem hiding this comment.
Using wildcard imports is a bad practice. More than needed is imported and could potentially link unneeded modules to the library.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Json operator
Fixes The ->> operation in postgresql does not work properly #1571
ON CONFLICT (...)allows multiple columnsFixes [BUG] JSQLParser Version 4.6 : PostgreSQL : Encountered unexpected token: "," "," when parse upsert sql #1749
Fixes Insert ON CONFLICT parsed failed when composite primary multi columns #1633
Fixes Postgresql insert parser error #955
Groovy Build script improvements
Add Hangul character Set
Fixes [BUG] JSQLParser 4.6 : dummy sql : Failed parsing sql containing Korean. #1747
Expose
SetStatementpropertiesFixes [BUG] JSQLParser 4.6: RDBMS : SetStatement getName returns Object instead of String or NameExpr #1746