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

Calling stored procedure directly #547

Closed
wants to merge 51 commits into from

Conversation

AfsanehR-zz
Copy link
Contributor

@AfsanehR-zz AfsanehR-zz commented Nov 8, 2017

calling stored procedure directly instead of wrapping it around exec sp_executesql.

Not to be merged yet. Opening this pull request for discussion and improvement.

Notice that this still does not have the push for avoiding the metadata lookup with named params. Will be adding that soon to the same pr in another commit.

xiangyushawn and others added 30 commits August 8, 2017 17:14
@cheenamalhotra cheenamalhotra added the Work in Progress The pull request is a work in progress label Jul 27, 2018
cheenamalhotra and others added 7 commits February 4, 2019 15:34
# Conflicts:
#	src/main/java/com/microsoft/sqlserver/jdbc/Parameter.java
#	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCallableStatement.java
#	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
#	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java
#	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResource.java
#	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerStatement.java
#	src/main/java/com/microsoft/sqlserver/jdbc/dtv.java
#	src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/CallableStatementTest.java
@praskutti
Copy link

Hello mssql-jdbc team, can you please let me know when this will be merged and released?

@ulvii
Copy link
Contributor

ulvii commented Nov 2, 2020

Hi @praskutti ,
The PR is incomplete and requires quite some changes to merge it. It is in our backlog to address them, but there is no timeline currently.

@praskutti
Copy link

Hi @praskutti ,
The PR is incomplete and requires quite some changes to merge it. It is in our backlog to address them, but there is no timeline currently.

Thanks @ulvii . I coded a usable workaround for our requirement (to create a generic method for SQL Server proc calls that would avoid extra metadata lookups). I thought this PR would solve it, but because it will take time to release, we will roll with our method. I will post the code-sample soon.

@lilgreenbird lilgreenbird removed the Work in Progress The pull request is a work in progress label Sep 22, 2021
@Jeffery-Wasty
Copy link
Contributor

This is still being worked on #2154.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.