Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 0.12.0 of the mssql-python library, updating the version number and release notes to highlight new features and improvements including support for new SQL Server data types, enhanced financial data handling, and improved development infrastructure.
- Updated project version from 0.11.0 to 0.12.0
- Replaced v0.11.0 release notes with comprehensive v0.12.0 feature descriptions
- Added documentation for new data type support (DATETIMEOFFSET, UNIQUEIDENTIFIER) and enhanced financial operations
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| setup.py | Version bump from 0.11.0 to 0.12.0 |
| PyPI_Description.md | Updated release notes section to describe v0.12.0 features and improvements |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
jahnvi480
previously approved these changes
Sep 26, 2025
📊 Code Coverage Report
Diff CoverageDiff: main...HEAD, staged and unstaged changesNo lines with coverage information in this diff. 📋 Files Needing Attention📉 Files with overall lowest coverage (click to expand)mssql_python.pybind.ddbc_bindings.cpp: 67.6%
mssql_python.pybind.connection.connection.cpp: 68.3%
mssql_python.ddbc_bindings.py: 68.5%
mssql_python.cursor.py: 78.8%
mssql_python.pybind.connection.connection_pool.cpp: 78.9%
mssql_python.connection.py: 81.7%
mssql_python.helpers.py: 84.7%
mssql_python.auth.py: 85.3%
mssql_python.type.py: 86.8%
mssql_python.pooling.py: 88.8%🔗 Quick Links
|
sumitmsft
reviewed
Sep 26, 2025
sumitmsft
approved these changes
Sep 26, 2025
jahnvi480
approved these changes
Sep 26, 2025
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 project to version 0.12.0 and revises the release notes to reflect new features and improvements. The most significant changes are the addition of support for new SQL Server data types, enhancements to financial data handling, improvements to development infrastructure, and optimizations to metadata APIs and data processing.
Version and Release Notes Update:
0.11.0to0.12.0insetup.py.PyPI_Description.mdto:DATETIMEOFFSETandUNIQUEIDENTIFIERtypes, with integration for Python'sdatetimeanduuid.UUID.MONEYandSMALLMONEYsupport toexecutemany, improving bulk financial data processing.getinfo()metadata API for improved reliability and expanded constant exposure.