Use a query builder rather than a PORO to create FDW queries
We were using the PORO to group a bunch of static methods, and we never instantiate it, so a query builder makes much more sense in this context.
Showing
Please register or sign in to comment