Skip to content

Commit dbd37de

Browse files
committed
fix filter bug in Postgres output
1 parent 8e84a0d commit dbd37de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DBMS/PostgreSQL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ namespace IO
560560
SAR = Util::Parse::Switch(arg);
561561
else
562562
{
563-
filter.Set(option, arg);
563+
filter.SetOption(option, arg);
564564
}
565565
return *this;
566566
}

0 commit comments

Comments
 (0)