Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Feb 20, 2024
1 parent c7fda21 commit 7bf1b04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/sql/non_existing_table.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
require duckpgq

# https://github.com/cwida/duckpgq-extension/issues/96
#statement error
#select * from table_that_does_not_exist;
#----
#Catalog Error: Table with name table_that_does_not_exist does not exist!
statement error
select * from table_that_does_not_exist;
----
Catalog Error: Table with name table_that_does_not_exist does not exist!

statement ok
CREATE TABLE test (a INTEGER);
Expand Down

0 comments on commit 7bf1b04

Please sign in to comment.