-
Notifications
You must be signed in to change notification settings - Fork 177
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
New feature: Export Oracle SQL script to DBML script #546
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThis update introduces extensive support for Oracle SQL in the DBML project, including parsing, importing, and testing capabilities. New functionalities are added to handle Oracle-specific syntax and schema operations, enhancing the tool's versatility and compatibility with Oracle databases. Changes
Possibly related issues
Poem
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (28)
Files not summarized due to errors (1)
Additional comments not posted (44)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Hi @MartinRucka, Thank you for contributing to dbml. I can that you initially use ANTLR grammar to implement Oracle SQL parsers, but then switch to define your own syntax in PegJS. We're in the progress of migrating to our SQL parsers to ANTLR grammar to reduce the maintain effort on grammars for each SQLs dialects, as well as avoiding most errors for un-supported statements (for example, DML like SELECT, INSERT,...). Is there any reason you can't implement this in ANTLR? Thanks |
Summary
Issue
#440
Lasting Changes (Technical)
(please list down: code changes/things that have wide-effect; new libraries/functions added that can be used by others; examples below)
oracleParser
Checklist
Please check directly on the box once each of these are done
Summary by CodeRabbit