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

mssqldef: support cursor in trigger #138

Merged
merged 8 commits into from Aug 31, 2021

Conversation

ytakaya
Copy link

@ytakaya ytakaya commented Aug 5, 2021

This allow the following syntax in the trigger.

  • OPEN cursor
  • FETCH ... cursor ...
  • CLOSE cursor
  • DEALLOCATE cursor

This pull request is based on #137.

@k0kubun
Copy link
Collaborator

k0kubun commented Aug 31, 2021

re-created at #145 to minimize the diff

@k0kubun k0kubun closed this Aug 31, 2021
@k0kubun
Copy link
Collaborator

k0kubun commented Aug 31, 2021

It seems like the design follows what #137 (comment) does. I think that's what we want here too.

@k0kubun k0kubun reopened this Aug 31, 2021
@k0kubun k0kubun merged commit 4d7bac9 into sqldef:master Aug 31, 2021
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.

None yet

2 participants