Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the mssql-python package from version 1.1.0 to 1.2.0, introducing new features for connection management and parameter handling, along with important bug fixes for data retrieval and file path handling.
Changes:
- Updated package version to 1.2.0 across setup.py, mssql_python/init.py, and documentation
- Replaced v1.1.0 release notes with v1.2.0 release notes in PyPI_Description.md, documenting new Connection.closed property, dictionary parameter support, Copilot prompts, and bug fixes for LOB column fetching and non-ASCII path resolution
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| setup.py | Updated package version from 1.1.0 to 1.2.0 |
| mssql_python/init.py | Updated version constant from 1.1.0 to 1.2.0 |
| PyPI_Description.md | Updated "What's new" section from v1.1.0 to v1.2.0 with new enhancements and bug fixes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📊 Code Coverage Report
Diff CoverageDiff: main...HEAD, staged and unstaged changes
Summary
📋 Files Needing Attention📉 Files with overall lowest coverage (click to expand)mssql_python.pybind.logger_bridge.hpp: 58.8%
mssql_python.pybind.logger_bridge.cpp: 59.2%
mssql_python.row.py: 66.2%
mssql_python.helpers.py: 67.5%
mssql_python.pybind.ddbc_bindings.cpp: 69.4%
mssql_python.pybind.ddbc_bindings.h: 71.7%
mssql_python.pybind.connection.connection.cpp: 73.6%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.pybind.connection.connection_pool.cpp: 79.6%
mssql_python.connection.py: 84.1%🔗 Quick Links
|
jahnvi480
previously approved these changes
Jan 16, 2026
sumitmsft
previously approved these changes
Jan 16, 2026
jahnvi480
approved these changes
Jan 16, 2026
bewithgaurav
approved these changes
Jan 16, 2026
sumitmsft
approved these changes
Jan 16, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Work Item / Issue Reference
Summary
This pull request updates the package to version 1.2.0 and introduces several new features and bug fixes. The most notable changes include new properties for connection management, enhanced parameter handling, and important bug fixes for data retrieval and file handling.
Version bump:
setup.py,mssql_python/__init__.py, and the documentation. [1] [2] [3]Feature enhancements:
Connection.closedproperty for improved connection state management.Bug fixes:
fetchmany(n)to correctly respect batch size when working with LOB columns.