Hacker News new | ask | show | jobs
by crooked-v 2815 days ago
Consider those of us stuck with Java adapters to Postgres, which means Postgres syntax but ? for placeholders.
1 comments

Is that a thing? The Java driver must actually parse those and convert them. Java is crazy. https://github.com/mjibson/sqlfmt/issues/25 is the issue to track '?' as placeholders.
It might be crazy, but having just gotten my hands dirty with some seriously DB programming, JDBC has a hell of a lot of value in my view.