-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
SqlServer: add custom convention which adds a blank trigger to all tables #27531
Labels
area-save-changes
area-sqlserver
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
Removing milestone to discuss whether this belongs in 7.0. |
AndriySvyryd
added a commit
that referenced
this issue
Aug 16, 2022
AndriySvyryd
added a commit
that referenced
this issue
Aug 16, 2022
AndriySvyryd
added a commit
that referenced
this issue
Aug 16, 2022
AndriySvyryd
added a commit
that referenced
this issue
Aug 16, 2022
AndriySvyryd
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-save-changes
area-sqlserver
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
#27372 changes the SQL Server provider to use OUTPUT without INTO in the update pipeline - this is more efficient, but incompatible with triggers. It also adds a per-table opt-in to allow users to switch to the slower OUTPUT with INTO syntax. This issue tracks adding a custom convention which allows doing that globally.
Depends on:
Split out from #27372
The text was updated successfully, but these errors were encountered: