Skip to content

Single line comments comment to the end of the query statement #20

@drkelly58

Description

@drkelly58

The following query:

Select * from players
-- adding a where clause that should return 0 records
where 1=0

Should return 0 records but returns all records because the where clause ends up as part of the comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions