-
Notifications
You must be signed in to change notification settings - Fork 35
RELEASE: 1.2.0 #404
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
RELEASE: 1.2.0 #404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
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.