Created by: daemonl
Addresses https://github.com/quickfixgo/quickfix/issues/284 without an overhaul
- Adds a function to replace
?
placeholders with$1
$2
etc as required by postgres - Runs all sql statements through the replacement func at query time (nop for sql)
- In theory any other placeholder format could be added pretty easily on top