-
-
Notifications
You must be signed in to change notification settings - Fork 317
Store procedure Add nullable in table definition #2948
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
Comments
Which "table" ?? Stored procedures does not have anything to do with tables |
When i use only tables to generate the schema the pragma #nullable disable is in the description on the table it is ok |
Which error? Please provide a simple runnable reproduction project if you want free support |
When i chech generate store procedure all tables of the schema are generate without the pragma #nullable disable |
Is this a duplicate of #2937 ? |
it' seem the same problem , but easier to trig . thanks for the help |
Bug description / exact reproduction steps
hello
when you add the store procedure in your reverse engineer le pragma #nullable disable is forgotten in the genration of the table ?
Your code
Stack traces
EF Core Power Tools version
2.6.961
EF Core Power Tools CLI version
2.6.961
Database provider
prostgresql
Target framework
No response
IDE
No response
Additional features in use
The text was updated successfully, but these errors were encountered: