Skip to content

Improve the SQL Server split on GO logic #13

Description

@gregoryjscott

It currently assumes that GO statements are on their own line and start at the beginning of the line which is a pretty big assumption but it works most of the time.

One thing that has bit us in the past is .sql scripts with commented lines that include GO statements. This could probably be improved my having the logic remove all comments before splitting on GO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions