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

Add StoredProcedureQuerySender #5148

Merged
merged 28 commits into from
Aug 3, 2023
Merged

Conversation

tnleeuw
Copy link
Contributor

@tnleeuw tnleeuw commented Jul 20, 2023

TODO:

  • Oracle support
  • Frank!Doc
  • Config XSD updates?
  • Testing in IAF-Test?
  • Checking all invalid configuration options in configure()
  • Add some support in unit tests for H2
  • Testing with BLOB/CLOB fields Will be separate issue.
  • Add support for refcursor OUT parameters (multi-row results from output parameter not direct returns). Will be separate issue.

@tnleeuw tnleeuw self-assigned this Jul 20, 2023
@sonatype-lift
Copy link

sonatype-lift bot commented Jul 20, 2023

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

@tnleeuw tnleeuw linked an issue Jul 20, 2023 that may be closed by this pull request
4 tasks
return result;
}
try {
return getResult(new StoredProcedureResultWrapper((CallableStatement) statement, statement.getParameterMetaData(), outputParameterPositions));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

15% of developers fix this issue

RESOURCE_LEAK: resource of type nl.nn.adapterframework.jdbc.StoredProcedureResultWrapper acquired by call to new() at line 101 is not released after line 101.


ℹ️ Expand to see all @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.

This way they work, reliably and for all databases.
Oracle Stored Procedure tests now enabled for supported features.

Add a bit more logging to the JDBC test runMigrator function to get more Liquibase status info.
@tnleeuw tnleeuw linked an issue Jul 31, 2023 that may be closed by this pull request
@tnleeuw tnleeuw marked this pull request as ready for review July 31, 2023 12:09
@tnleeuw tnleeuw marked this pull request as draft July 31, 2023 12:32
@tnleeuw tnleeuw marked this pull request as ready for review July 31, 2023 13:41
@tnleeuw tnleeuw requested a review from nielsm5 July 31, 2023 13:41
Copy link
Member

@nielsm5 nielsm5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Laten we hier maar mee beginnen.

@nielsm5 nielsm5 merged commit bf72d99 into master Aug 3, 2023
@nielsm5 nielsm5 deleted the feature/4871_StoredProcedurePipe branch August 3, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic support for stored procedures with OUT parameters
2 participants