Skip to content

Commit ba1439c

Browse files
committed
Fix duckdb_views expected spacing
1 parent 3598d1b commit ba1439c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regression/expected/duckdb_views.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ SELECT * from postgres_view;
3333
2
3434
(2 rows)
3535

36-
3736
SELECT * from duckdb.query($$ FROM pgduckdb.public.duckdb_view $$);
3837
ERROR: (PGDuckDB/Duckdb_ExecCustomScan_Cpp) Executor Error: (PGDuckDB/GetNextTuple) Function 'duckdb.query' only works with DuckDB execution
3938
SELECT * from duckdb.query($$ FROM pgduckdb.public.postgres_table $$);
@@ -42,3 +41,4 @@ SELECT * from duckdb.query($$ FROM pgduckdb.public.postgres_table $$);
4241
2
4342
2
4443
(2 rows)
44+

0 commit comments

Comments
 (0)