forcedotcom / Salesforce-CDP-jdbc

JDBC driver to connect to Salesforce CDP.
Apache License 2.0
31 stars 28 forks source link

Removing support for PreparedStatements #157

Closed vish689 closed 2 months ago

vish689 commented 2 months ago

The present implementation of PreparedStatement within the JDBC Driver exhibits several limitations. It lacks proper escaping functionality and merely performs basic substitution by searching and replacing the '?' placeholders in the query. Consequently, in order to prevent reliance on this feature by clients, support for PreparedStatements is being phased out.