-
Notifications
You must be signed in to change notification settings - Fork 453
Introduce new prepareMethod exec for PreparedStatement #2844
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
Open
divang
wants to merge
31
commits into
main
Choose a base branch
from
dev/divang/sybase-migration-dynamic-prepare
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,734
−30
Open
Changes from 25 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f8811ea
Implement Sybase migration support with dynamicPrepare property
divang 7dac544
Revert "Implement Sybase migration support with dynamicPrepare property"
divang cfb0e43
Add SqlServerPreparedStatementExpander with comprehensive test coverage
divang 73cc7e2
Fix SqlServerPreparedStatementExpander test failures
divang b5f2299
Add 7 new E2E test cases for various SQL Server data types
divang 9acdfc8
Added Sybase test code
divang c49e2d3
Merge branch 'main' of https://github.com/microsoft/mssql-jdbc into d…
divang 47009b3
Add comprehensive test coverage for EXEC prepare method (#2834)
Ananya2 70d8b30
Fixed PrepareMethod - EXEC method related test cases
divang 6f5de5c
Fixed pom.xml typo
divang 0615022
Remove Sybase-related test files
divang 676f27d
Consolidate SQL parameter expansion into SQLServerConnection
divang 665951c
Fix parameter expansion to respect sendStringParametersAsUnicode and …
divang caf775c
Apply sendStringParametersAsUnicode config to Clob and fallback strin…
divang f1d26c1
Refactor replaceParameterMarkers to simplify parameter substitution
divang ba3b584
Fixed batch update count issue and cleaned the code
divang 37ebc5c
When prepareMethod is set to 'exec', batch execution was failing enti…
divang c7712a9
Update count in case of batch related sql statements
divang ed847f5
Batching of SQL statement in case of exec preparedmethod
divang d01859f
Added replaceParameterMarkersWithValues() method and propogated execp…
divang 8e2db67
Correct temp table naming and constraint violation assertions in Batc…
divang 9adf6bf
Cleaned up unused code.
divang 4c77ac7
Fixed Datae/Time converiosn in formatLiteralValue() method
divang 5c7c24f
Cleaned up the old approach and hanlded review comments
divang 7f3ef8d
timeoutOccurred variable is not required at this place
divang 677a709
Handled OOO case replaceParameterMarkersWithValues() method
divang 6598483
Fixed ADO pipeline for JDK8
divang 867f204
Rename exec to scopeTempTablesToConnection and add temp table detecti…
divang a35c878
Merge branch 'main' into dev/divang/sybase-migration-dynamic-prepare
divang c4fe035
Fixed the old exec and renamed it to PreparedStatementTest for the pr…
divang b3c2905
Merge branch 'dev/divang/sybase-migration-dynamic-prepare' of https:/…
divang 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
Oops, something went wrong.
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.