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

Test Stored procedure call with different types of IN/OUT parameters - Postgres #120

Open
souravroy opened this issue Jan 9, 2024 · 0 comments
Assignees
Labels
verification Testing task
Milestone

Comments

@souravroy
Copy link
Collaborator

We are using SimpleJdbcCall to execute stored procedure or function. As per the documentation:

The SimpleJdbcCall class uses metadata in the database to look up names of in and out parameters so that you do not have to explicitly declare them. You can declare parameters if you prefer to do that or if you have parameters (such as ARRAY or STRUCT) that do not have an automatic mapping to a Java class.
https://docs.spring.io/spring-framework/reference/data-access/jdbc/simple.html#:~:text=The%20SimpleJdbcCall%20class%20uses%20metadata,mapping%20to%20a%20Java%20class

In our code we are not declaring parameters, hence it may be a good idea to test stored procedure/function call with different types of in/out parameters.

@kdhrubo kdhrubo added this to the Jan2024 milestone Jan 14, 2024
@kdhrubo kdhrubo added the verification Testing task label Jan 14, 2024
@kdhrubo kdhrubo modified the milestones: Jan2024, Feb2024 Jan 27, 2024
@souravroy souravroy removed their assignment Feb 16, 2024
@kdhrubo kdhrubo modified the milestones: Feb2024, March2024 Feb 19, 2024
@kdhrubo kdhrubo modified the milestones: March2024, April2024 Mar 27, 2024
@kdhrubo kdhrubo modified the milestones: April2024, May2024 May 2, 2024
@kdhrubo kdhrubo modified the milestones: May2024, July2024 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verification Testing task
Projects
None yet
Development

No branches or pull requests

2 participants