vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

PostgreSQL client should recognize ? placemarkers #170

Closed cescoffier closed 4 years ago

cescoffier commented 4 years ago

Postgres' $1, $2, etc, is nonstandard, AFAIK, and contrary to ODBC and JDBC.

We should at least have the option to use this syntax if we want to.

Issue reported in https://github.com/smallrye/smallrye-reactive-utils/issues/106

BillyYccc commented 4 years ago

closed due to this is an issue for https://github.com/eclipse-vertx/vertx-sql-client.