Skip to content

Core: Self join hangs #8

@sppmacd

Description

@sppmacd

Reproduce:

CREATE TABLE test (id INT);
SELECT * FROM test INNER JOIN test ON test.id = test.id;

This is broken for every type of join.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions