diff --git a/test/partial.load b/test/partial.load index 21a9e45..c2610a1 100644 --- a/test/partial.load +++ b/test/partial.load @@ -24,6 +24,7 @@ LOAD CSV standard_conforming_strings to 'on' BEFORE LOAD DO + $$ create schema if not exists csv; $$, $$ drop table if exists csv.partial; $$, $$ create table csv.partial ( a integer unique,