Skip to content
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

Oracle Alternative Quoting #1722

Merged
merged 26 commits into from
Feb 7, 2023
Merged

Conversation

manticore-projects
Copy link
Contributor

@manticore-projects manticore-projects commented Jan 29, 2023

  1. feat: Oracle Alternative Quoting

Please preview https://manticore-projects.github.io/JSqlParser/index.html and https://github.com/manticore-projects/JSqlParser#readme

  1. Merge PR Fixes #1684: Support CREATE MATERIALIZED VIEW with AUTO REFRESH #1691, all credits to @zaza
  • remove the unnecessary Reserved Keywords, which would break some standard tests
  1. Add alternative Statement Separators GO, Slash / and 2 Empty New Lines

    SELECT * FROM dual
    
    SELECT * FROM dual
    /
    
    SELECT * FROM dual
    go

zaza and others added 20 commits December 11, 2022 21:03
…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)
@manticore-projects
Copy link
Contributor Author

Please also update the "Project About" part and link to the Website (instead to the Wiki).

image

pom.xml Show resolved Hide resolved
- `GO`
- Slash `/`
- Two empty lines
@wumpz wumpz merged commit e71e57d into JSQLParser:master Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oracle - Alternative Quoting Mechanism (''Q'') for String Literals - parsing error
3 participants