Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: PreparedStatement caching at the driver layer #614

Open
rhofmeyr opened this issue Jun 20, 2021 · 1 comment
Open

Feature request: PreparedStatement caching at the driver layer #614

rhofmeyr opened this issue Jun 20, 2021 · 1 comment
Labels
enhancement:JDBC Enhancement specific to the JDBC standard help wanted Contributions are welcome

Comments

@rhofmeyr
Copy link

Hi all,

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.

@gotson gotson added help wanted Contributions are welcome enhancement:JDBC Enhancement specific to the JDBC standard labels Jul 26, 2022
@gotson
Copy link
Collaborator

gotson commented Aug 1, 2022

The postgresql implementation for reference: pgjdbc/pgjdbc#319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:JDBC Enhancement specific to the JDBC standard help wanted Contributions are welcome
Projects
None yet
Development

No branches or pull requests

2 participants