Skip to content

[Feature Request]  #2418

Closed
Closed
@Spartaques

Description

@Spartaques

Is your feature request related to a problem?

There are no any possibility to do negation.

Describe the solution you'd like

I would like to use whereNot or orWhereNot to negate everything that is in the query.

Describe alternatives you've considered

Additional context

For example i have a query:
where('something', '123')->where('something2', '456')

To negate this i can use whereNot instead of where or use it like:
where('something','!=', '123')->where('something2','!=', '456')

as you see whereNot is simpler

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions