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

Support CALL Statement for SAP HANA [SPR-13381] #17962

Closed
spring-projects-issues opened this issue Aug 23, 2015 · 2 comments
Closed

Support CALL Statement for SAP HANA [SPR-13381] #17962

spring-projects-issues opened this issue Aug 23, 2015 · 2 comments
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Aug 23, 2015

Subhobrata Dey opened SPR-13381 and commented

Support for calling Stored Proedures in SAP HANA. The names of Stored Procedures in SAP HANA can be in lowercase as well. The default implementation in GenericCallMetaDataProvider always converts name to uppercase while calling a stored procedure with SimpleJdbcCall.

Pull Request #864 provided to solve this issue.


Affects: 4.2 GA

Issue Links:

Referenced from: pull request #864, and commits 5f3559f

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Introduced as HanaCallMetaDataProvider for 4.2.1. Thanks for the suggestion!

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Subhobrata Dey commented

Hello Juergen,

The Pull Request is not merged. Will this file be introduced later without merging the PR?

Thanks,
Subhobrata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants