v1.7.1 Continued PGSQL query parameter performance
This updates the work by @benjic to avoid re-scanning the SQL string for each parameter.
This uses a StringBuilder instead of a custom scanner solution, performance seems similar.
This updates the work by @benjic to avoid re-scanning the SQL string for each parameter.
This uses a StringBuilder instead of a custom scanner solution, performance seems similar.