Skip to content

WITH statements are not removed #182

@SebastianZ

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

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