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

Commits on Aug 2, 2021

  1. fix trigger indent

    Takaya Yamazoe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    27b0ce7 View commit details
    Browse the repository at this point in the history
  2. support declare variable

    Takaya Yamazoe committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    c88e36d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. support declare cursor

    Takaya Yamazoe committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    757c233 View commit details
    Browse the repository at this point in the history
  2. add TriggerStatement to ast

    Takaya Yamazoe committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4788e57 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Revert "add TriggerStatement to ast"

    This reverts commit 4788e57.
    Takaya Yamazoe committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    de2c95a View commit details
    Browse the repository at this point in the history
  2. support cursor

    Takaya Yamazoe committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    18ff07a View commit details
    Browse the repository at this point in the history
  3. fix test

    Takaya Yamazoe committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    194613b View commit details
    Browse the repository at this point in the history
  4. support deallocate

    Takaya Yamazoe committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    25bce82 View commit details
    Browse the repository at this point in the history