We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcac916 commit c176007Copy full SHA for c176007
test/sql/copy/csv/test_csv_httpfs.test
@@ -10,7 +10,7 @@ statement ok
10
PRAGMA enable_verification
11
12
statement ok
13
-pragma enable_logging('HTTP');
+CALL enable_logging('HTTP');
14
15
foreach httpfs_implementation curl httplib
16
test/sql/test_headers_parsed.test
SET httpfs_client_implementation='curl';
query II
select * from 'https://github.com/duckdb/duckdb-data/releases/download/v1.0/job_role_type.parquet' order by all;
0 commit comments