kafka-jdbc-connector
kafka-jdbc-connector copied to clipboard
Add named parameters to PostgreSQL
Add named based parameters to PostgreSQL prepare statement.
ex: instead SELECT * from sp_cdc_incrementing (?, ?) we can use something like select * from sp_cdc_incrementing(_id := ?, _batch := ?)
This works fine with PostgreSQL command line but throws error when used with Driver.