feat: add timezone in Prefer header (#3024)

* increase reloading timeout in io-tests
* increase memory test by 1M
This commit is contained in:
Taimoor Zaeem
2023-11-13 14:16:27 -05:00
committed by GitHub
parent f10d4139fe
commit 3c1a7f2641
14 changed files with 142 additions and 40 deletions
+4
View File
@@ -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
);