Skip to content

v1.7.1 Continued PGSQL query parameter performance

Compare
Choose a tag to compare
@nullism nullism released this 18 Oct 02:46
· 6 commits to main since this release
a927dec

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.