-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fails to parse if DDL lacks semicolon or GO between statements. #90
Comments
hi @n2ygk to be honest )) before your issue I leave all the time with thoughts that between different statements you need separator or you will get syntax error ) |
I thought so too. Until I came across MS-SQL examples that work with SQLCMD.
…On Fri, Nov 12, 2021 at 1:50 AM Iuliia Volkova ***@***.***> wrote:
hi @n2ygk <https://github.com/n2ygk> to be honest )) before your issue I
leave all the time with thoughts that between different statements you need
separator or you will get syntax error )
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBHS5YOZHKPCCTRYMWFXXLULS2LHANCNFSM5H3HEMEQ>
.
|
@n2ygk I will add support of this in next release |
@n2ygk fixes for both issues were released in version 0.22.0 - https://pypistats.org/packages/simple-ddl-parser . If you will find anything more - please feel free to open new issue and thank you one more time! |
Describe the bug
Fails to parse some ddl if there's no semicolon or GO in between statements.
This silently fails to produce output:
While this succeeds (adds a semicolon).
To Reproduce
Expected behavior
Parser output or an error message or non-zero exit code.
The text was updated successfully, but these errors were encountered: