-
Notifications
You must be signed in to change notification settings - Fork 449
Execute Stored Procedures Directly #2154
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
740b25f
Initial implementation for exec cstmt directly
tkyc 40095d5
Regression fix, continue to do extra metadata lookup call to fetch SP…
tkyc 8b129c8
Fixes p1
tkyc d841377
Fixes p2
tkyc 0aa1d33
Fixes p3
tkyc caafb05
Fixes p4
tkyc 01491d5
Updated test to test erroring out on retrieving out param value
tkyc 6593b34
Revert "Fixes p4"
tkyc d03b520
UDF fix
tkyc e34350d
Accounted for premature closing of statements
tkyc 8f7d40a
Datetime out of range fix
tkyc 1114154
Cstmts executed internally by the driver for XA transactions send out…
tkyc 34f647b
Accounted for zero param sproc
tkyc dd390e2
Fixed setting/registering of out of order params
tkyc b99521c
Datetime fractional seconds correction
tkyc 55a589c
DTC tests
tkyc fbe237b
Zero param sproc test; Error test for casting of sproc return value
tkyc 9c68564
Test shuffled ordering of registering and setting cstmt params
tkyc 4d3e2df
UDF test
tkyc e477535
Skip return values from RPC on statement close if there are any
tkyc b4e4030
Test mix of index a param names for cstmt
tkyc 9646312
Removed static callRpcDirectly variable
tkyc f0d832c
Test cleanup
tkyc 82c26c7
Fixed invalid param test
tkyc 5b62c1f
Fixed test for JDK 8
tkyc 12dd981
Formatting; Removed comma counting
tkyc 2b35e53
Removed getter/setter enum
tkyc ce4972b
Removed comments regarding Yukon in IOBuffer
tkyc 8b12fc1
Changed returnValueIsAccessed to isReturnValueAccessed
tkyc e2e0e3f
Fixed intellij wildcard imports
tkyc 5630abd
Renamed DTC test class and test
tkyc 70bc076
Revert "Removed getter/setter enum"
tkyc bf45de2
New connection string property to toggle sp_sproc_columns calls
tkyc 6c86610
Deleted DTC test
tkyc f616f72
Removed non-driver error from TestResource
tkyc c87fc06
Fixed switch case for date/time types in dtv class
tkyc 0ea9e60
SQLServerConnTest and RequestBoundaryMethodTest update
tkyc dfceeff
Removed DTC test group
tkyc e3b2aa8
Fixed docs/comments for new CS prop
tkyc 245d173
Fixed setting/registering of when using only named parameters
tkyc 9c09781
RPC call check considers whether the call is an internal encryption q…
tkyc 4099b84
Switched from useFastCallableStatements to useFlexibleCallableStatements
tkyc 80a35d2
Fixed typo in CS prop setter/getter
tkyc f8b0dc0
Include enclave package in RPC call
tkyc 1e6ee48
Code Review Changes; Fixed threading issue
tkyc eb69fe1
Merge branch 'main' into exec-cstmt-directly
tkyc d41e1f8
Merge conflict fix p2.
tkyc ef0869e
Update src/main/java/com/microsoft/sqlserver/jdbc/ISQLServerDataSourc…
tkyc 224d03a
Update src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCallableSt…
tkyc 3af17db
Update src/main/java/com/microsoft/sqlserver/jdbc/SQLServerStatement.…
tkyc e771daf
Update src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedSt…
tkyc 2e03f12
PR review; initial named parameter and index parameter restrictions
tkyc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.