strongduanmu opened a new pull request, #39286:
URL: https://github.com/apache/shardingsphere/pull/39286
Fixes #N/A.
Changes proposed in this pull request:
- Support Oracle database object DDL parsing for additional create
function, create trigger, and create materialized view syntax.
- Capture function and trigger inner SQL statements, procedure calls, body
end names, and dynamic SQL expressions for downstream parser consumers.
- Fix Oracle C call specification parsing for the `AGENT IN (...)` clause.
Requested labels: `type: enhancement`, `in: SQL parse`.
---
Before committing this PR, I'm sure that I have checked the following
options:
- [x] My code follows the [code of
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/)
of this project.
- [x] I have self-reviewed the commit code.
- [x] I have (or in comment I request) added corresponding labels for the
pull request.
- [ ] I have passed maven check locally : `./mvnw clean install -B -T1C
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
- [ ] I have made corresponding changes to the documentation.
- [ ] I have added corresponding unit tests for my changes.
- [ ] I have updated the Release Notes of the current development version.
For more details, see [Update Release
Note](https://shardingsphere.apache.org/community/en/involved/contribute/contributor/)
Local checks passed:
- `./mvnw -pl test/it/parser
-Dtest=org.apache.shardingsphere.test.it.sql.parser.oracle.InternalOracleParserIT
-Dsurefire.failIfNoSpecifiedTests=false -DskipITs -DskipNativeTest
-DskipDockerTest -Dspotless.check.skip=true -Dcheckstyle.skip=true
-Dmaven.javadoc.skip=true -Djacoco.skip=true
-Dmaven.repo.local=/Users/duanzhengqiang/Downloads/tmp2 test`
- `./mvnw checkstyle:check -Pcheck -T1C
-Dmaven.repo.local=/Users/duanzhengqiang/Downloads/tmp2`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]