Y
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
mjibson
2815 days ago
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.
link
lilactown
2815 days ago
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.
link