Skip to content
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

Add support for triggers that modify values in the inserted/updated row to SQL Server #6675

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented Oct 4, 2016

For inserts inner join the INSERTED table instead of reading values directly from it.
For updates use the relational implementation that doesn't use INSERTED table.

Fixes #6044
Fixes #6474

@AndriySvyryd
Copy link
Member Author

CRR: @anpete

@anpete
Copy link
Contributor

anpete commented Oct 6, 2016

:shipit:

…ow and computed columns using querying functions to SQL Server

For inserts inner join the INSERTED table instead of reading values directly from it.
For updates use the relational implementation that doesn't use INSERTED table.

Fixes #6044
Fixes #6474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants