test: query the empty string
This commit is contained in:
committed by
Steve Chavez
parent
96ca177c31
commit
ed90774f53
Vendored
+2
@@ -3625,3 +3625,5 @@ create aggregate test.bom_csv_agg (test.lines) (
|
||||
, sfunc = bom_csv_trans
|
||||
, finalfunc = bom_csv_final
|
||||
);
|
||||
|
||||
create table empty_string as select 1 as id, ''::text as string;
|
||||
|
||||
Reference in New Issue
Block a user