feat: add timezone in Prefer header (#3024)
* increase reloading timeout in io-tests * increase memory test by 1M
This commit is contained in:
Vendored
+4
@@ -3627,3 +3627,7 @@ create aggregate test.bom_csv_agg (test.lines) (
|
||||
);
|
||||
|
||||
create table empty_string as select 1 as id, ''::text as string;
|
||||
|
||||
create table timestamps (
|
||||
t timestamp with time zone
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user