这是indexloc提供的服务,不要输入任何密码
Skip to content

AIP 160: x != 'some string' filtering when x is nullable #1535

@Bu3a3a

Description

@Bu3a3a

Hi!

There is a "!=" operator. It's not clear for me how it should work when filtering nullable values.

For example:

x - nullable string field
filter: x != 'abc'

Should response contain objects where x is null?
I.e. should null values be treated as comparable and hence present in the response or not (e.g. some DB do not return null values if it's queried with !=).

Any clarification is appreciated.

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