Skip to content

Selecting when a field is null #6

@Leka74

Description

@Leka74

There seems to be an issue with selecting rows when a field is null, even though I'm not mentioning the field in the query at all.

Here's an example:
SELECT * FROM accounts WHERE username='JohnDoe'

This won't return any rows if the field verified on the table (or any other) is set to null, if I set it to any other value apart from null, it returns the row normally.

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