Skip to content

Missing table false positive for temp table #624

@mfairley

Description

@mfairley

Bug report

Describe the bug

The following triggers an error about a missing table at the insert line.

CREATE TEMP TABLE temp_table (
  id    TEXT,
  ) ON COMMIT DROP;

 INSERT INTO temp_table (id) ...

Expected behavior

Do not show an error because the table would exist during execution.

System information

version: 0.18.0

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