kafka-jdbc-connector icon indicating copy to clipboard operation
kafka-jdbc-connector copied to clipboard

Add named parameters to PostgreSQL

Open atiqsayyed opened this issue 8 years ago • 0 comments

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.

atiqsayyed avatar Oct 01 '17 06:10 atiqsayyed