Skip to content

Conversation

@gargsaumya
Copy link
Contributor

@gargsaumya gargsaumya commented Jan 30, 2026

Work Item / Issue Reference

AB#41886

GitHub Issue: #<ISSUE_NUMBER>


Summary

This pull request updates the package to version 1.3.0 and revises the release notes to reflect the latest changes. The most significant update is a bug fix addressing a segmentation fault in the underlying driver.

Version bump and documentation:

  • Updated the package version to 1.3.0 in both mssql_python/__init__.py and setup.py, ensuring consistency across the codebase and distribution metadata. [1] [2]
  • Revised the release notes in PyPI_Description.md to document the new version, removing previous entries and highlighting the segmentation fault fix in libmsodbcsql-18.5 during SQLFreeHandle().

Copilot AI review requested due to automatic review settings January 30, 2026 12:12
@github-actions github-actions bot added the pr-size: small Minimal code update label Jan 30, 2026
Copy link
Contributor

Copilot AI left a 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 performs a version bump to 1.3.0 and updates the release documentation to reflect a critical bug fix for a segmentation fault in the underlying ODBC driver.

Changes:

  • Version bumped from 1.2.0 to 1.3.0 in package metadata
  • PyPI description updated to document v1.3.0 release notes
  • Previous v1.2.0 release notes removed from PyPI description

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
setup.py Updated package version to 1.3.0
mssql_python/init.py Updated __version__ to 1.3.0
PyPI_Description.md Replaced v1.2.0 release notes with v1.3.0 notes documenting segmentation fault fix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

📊 Code Coverage Report

🔥 Diff Coverage

100%


🎯 Overall Coverage

76%


📈 Total Lines Covered: 5472 out of 7137
📁 Project: mssql-python


Diff Coverage

Diff: main...HEAD, staged and unstaged changes

  • mssql_python/init.py (100%)

Summary

  • Total: 1 line
  • Missing: 0 lines
  • Coverage: 100%

📋 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.pybind.ddbc_bindings.cpp: 69.3%
mssql_python.pybind.ddbc_bindings.h: 69.7%
mssql_python.pybind.connection.connection.cpp: 75.3%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.pybind.connection.connection_pool.cpp: 79.6%
mssql_python.connection.py: 84.1%
mssql_python.cursor.py: 84.7%

🔗 Quick Links

⚙️ Build Summary 📋 Coverage Details

View Azure DevOps Build

Browse Full Coverage Report

@gargsaumya gargsaumya merged commit be55129 into main Jan 30, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-size: small Minimal code update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants