Skip to content

WITH statements are not removed #182

Description

@SebastianZ

In some MSSQL views I have WITH (NOLOCK) statements after the table names.

E.g. the SELECTs look something like this:

SELECT *
FROM mytable WITH (NOLOCK)

Such WITH statements should be removed when generating the PostgreSQL schemas for views, triggers, and stored procedures.

Sebastian

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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