Skip to content

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

Open
@not-night-but

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions