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
I have a feature request for enabling PreparedStatement at the driver layer. Modern connection managers, such as HikariCP, refuse to implement PreparedStatement caching, as it can be implemented better at the driver layer (for example, not maintaining a cache per-connection). It would be great if the SQLite JDBC driver could implement this feature.
The text was updated successfully, but these errors were encountered:
Hi all,
I have a feature request for enabling
PreparedStatement
at the driver layer. Modern connection managers, such as HikariCP, refuse to implementPreparedStatement
caching, as it can be implemented better at the driver layer (for example, not maintaining a cache per-connection). It would be great if the SQLite JDBC driver could implement this feature.The text was updated successfully, but these errors were encountered: