You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Add named based parameters to PostgreSQL prepare statement.
ex: instead
SELECT * from sp_cdc_incrementing (?, ?)
we can use something like select * fromsp_cdc_incrementing(_id := ?, _batch := ?)
This works fine with PostgreSQL command line but throws error when used with Driver.
The text was updated successfully, but these errors were encountered: