Skip to content

Selects still return records if selecting an invalid field. #7

Description

@not-night-but

We still return results to the query even if the column/attribute doesn't exist in the table.
Image

Repro Steps:

  1. Connect to mongoDB
  2. Query something attempt to query an invalid attribute (e.g: select invalid_lmao from users).
  3. Notice that we return all the items.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions