We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug SQLServer - INDENTITY clause in column definition causes a problem with the entry size
To Reproduce Steps to reproduce the behavior: In the ddl: [cifno] [numeric](10, 0) IDENTITY(1,1) NOT NULL, puts (1,1) in the size field
Expected behavior Either ignore the IDENTITY clause or create a separate object entry for the identity value
Screenshots None
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
@ctimmer hi! thanks for reporting the issue, I will fix it in next release
Sorry, something went wrong.
fix prepared in #195, I will comment one more time after version 0.30.0 will be released
@ctimmer just released version 0.30.0. Try it, test was added - https://github.com/xnuinside/simple-ddl-parser/blob/main/tests/dialects/test_mysql.py#L315. If will be needed something new - feel free to open the issue.
xnuinside
No branches or pull requests
Describe the bug
SQLServer - INDENTITY clause in column definition causes a problem with the entry size
To Reproduce
Steps to reproduce the behavior:
In the ddl:
[cifno] [numeric](10, 0) IDENTITY(1,1) NOT NULL,
puts (1,1) in the size field
Expected behavior
Either ignore the IDENTITY clause or create a separate object entry for the identity value
Screenshots
None
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: