-
-
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
Assorted Fixes #7 #1745
Merged
wumpz
merged 42 commits into
JSQLParser:master
from
manticore-projects:JSonOperatorIssue1571
Mar 21, 2023
Merged
Assorted Fixes #7 #1745
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
747152a
Fixes #1684: Support CREATE MATERIALIZED VIEW with AUTO REFRESH
zaza 9e09005
Merge branch 'master' into 1684-create-mv-auto-refresh
zaza ea4477b
Reduce cyclomatic complexity in CreateView.toString
zaza b5321d6
Enhanced Keywords
manticore-projects 5fae2f5
Fix incorrect tests
manticore-projects f49e828
Define Reserved Keywords explicitly
manticore-projects 86f337d
Fix test resources
manticore-projects 2d51a82
Adjust Gradle to JUnit 5
manticore-projects 232aff6
Do not mark SpeedTest for concurrent execution
manticore-projects 3ba5410
Remove unused imports
manticore-projects e960a35
Adjust Gradle to JUnit 5
manticore-projects 67f7951
Do not mark SpeedTest for concurrent execution
manticore-projects a016be0
Remove unused imports
manticore-projects 2ef6637
Sphinx Documentation
manticore-projects 57193b8
doc: request for `Conventional Commit` messages
manticore-projects b94b2cc
feat: make important Classes Serializable
manticore-projects 02202c5
chore: Make Serializable
manticore-projects a3ca325
doc: Better integration of the RR diagrams
manticore-projects fcb5ab1
Merge
manticore-projects c57c427
feat: Oracle Alternative Quoting
manticore-projects 2aec1f6
style: Appease PMD/Codacy
manticore-projects 1c8d8da
feat: CREATE VIEW ... REFRESH AUTO...
manticore-projects b707b23
doc: fix the issue template
manticore-projects 46314c4
Update issue templates
manticore-projects 4aeafbc
Update issue templates
manticore-projects b081484
feat: Support more Statement Separators
manticore-projects 5885e1c
Merge remote-tracking branch 'origin/master'
manticore-projects 581d97a
Merge branch 'master' of https://github.com/JSQLParser/JSqlParser
manticore-projects 0979b2e
feat: FETCH uses EXPRESSION
manticore-projects ed17f87
style: apply Spotless
manticore-projects 96808d2
test: commit missing test
manticore-projects 21c4550
Merge branch 'master' of https://github.com/JSQLParser/JSqlParser
manticore-projects 029588f
fix: JSon Operator can use Simple Function
manticore-projects 4b312ff
style: Reformat changed files and headers
manticore-projects 91c9503
style: Remove unused variable
manticore-projects 64fe908
feat: Add support for Hangul "\uAC00"-"\uD7A3"
manticore-projects a6d9e40
style: expose `SetStatement` key-value list
manticore-projects c5ec0c5
style: Appease PMD/Codacy
manticore-projects 8bfcde6
Merge remote-tracking branch 'manticore/JSonOperatorIssue1571' into J…
manticore-projects 043b71a
feat: `ConflictTarget` allows multiple `IndexColumnNames`
manticore-projects f75df51
doc: fix reference in the Java Doc
manticore-projects 500046f
build: better Upload Groovy Task
manticore-projects File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.
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.
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.
In history we had problems using the latest version.