- 
                Notifications
    You must be signed in to change notification settings 
- Fork 27
RELEASE: 0.12.0 #262
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: 0.12.0 #262
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 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.
| 📊 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
 | 
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.
Left one comment
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.