Skip to content

SQLite: Add support for == and is #43

@ad-si

Description

@ad-si

In SQLite it's possible to use == and is as equals operator:

select 0 == 0
-- yields 1

select 0 is 0
-- yields 1

Currently it yields following error:

1 == 1
   ^
(line 1, column 4):
unexpected Symbol "="
expecting scalar expression

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