-
Notifications
You must be signed in to change notification settings - Fork 35
FEAT: Pass all connection string params to mssql-py-core for bulk copy #439
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
+202
−45
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
cb370cd
FEAT: Support Access Tokens for Bulk Copy
bewithgaurav d283b8f
Fix test_008_auth to unpack 3-tuple from process_connection_string
bewithgaurav 356392f
Fix comments: replace ODBC/Rust references with DDBC/mssql-py-core
bewithgaurav f10f70d
Add test coverage for get_raw_token and auth_type assertions
bewithgaurav bf134cb
Fix auth_type propagation for bulkcopy on all platforms
bewithgaurav 16e3a0c
Validate auth_type in _acquire_token before credential lookup
bewithgaurav cb2daea
Address review feedback: validate auth_type in _acquire_token, fix fa…
bewithgaurav f0f34fd
Add tests for extract_auth_type and _acquire_token unsupported auth_type
bewithgaurav 4bfd259
Add SQL_COPT_SS_ACCESS_TOKEN constant, replace hardcoded 1256
bewithgaurav abca6eb
Merge branch 'main' of https://github.com/microsoft/mssql-python into…
bewithgaurav d81a22d
Wrap bulk copy token acquisition with context-specific error handling
bewithgaurav d532b8e
Catch ValueError in bulk copy token acquisition
bewithgaurav 621391a
Forward all connection string params to py-core in bulkcopy
bewithgaurav da09a86
Merge main, resolve conflicts (keep connstr_to_pycore_params)
bewithgaurav 7d70539
Improve connstr_to_pycore_params docstring and variable names
bewithgaurav 0e861a9
Remove unsupported params from connstr_to_pycore_params key_map
bewithgaurav 0b1941c
Fix coverage comment shell injection from diff-cover output
bewithgaurav 8c2a696
Move boolean validation to connection.rs — pass trust_server_certific…
bewithgaurav dffadd6
Use first-wins for synonym keys to match ODBC behaviour
bewithgaurav 942ad7d
Fix allowlist test to expect first-wins synonym behavior
bewithgaurav c8851a2
Merge branch 'main' of https://github.com/microsoft/mssql-python into…
bewithgaurav 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
Some comments aren't visible on the classic Files Changed page.
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
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.