micronaut-projects / micronaut-projects/micronaut-data
Hook to customize PreparedStatements before they are executed
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 482
- Forks
- 229
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 32
Description
Feature description
Some database drivers like Oracle's have useful features on PreparedStatement. One example is continuous query notification. Micronaut Data today can't be combined with these, because there's no way to get access to a PreparedStatement before it gets executed. It'd be useful to have a hook point which statements could be passed through after they're generated but before they're executed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by tracing the JDBC path where PreparedStatements are generated and executed, then determine how a customization hook could support driver-specific features. Done means callers can customize a PreparedStatement after generation but before execution, with coverage for the supported execution paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100