Skip to content

Suggested code correction #12

@MattCremeens

Description

@MattCremeens

I found an issue with
if not i.startswith('SELECT') and not i.startswith('select') and not i.startswith('with '): in rewriter.py. I had to also add "WITH", so changed it to
if not i.startswith('SELECT') and not i.startswith('select') and not i.startswith('with ') and not i.startswith('WITH'):

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