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