Commit 0d745b1
authored
RELEASE: 0.12.0 (#262)
### Work Item / Issue Reference
<!--
IMPORTANT: Please follow the PR template guidelines below.
For mssql-python maintainers: Insert your ADO Work Item ID below (e.g.
AB#37452)
For external contributors: Insert Github Issue number below (e.g. #149)
Only one reference is required - either GitHub issue OR ADO Work Item.
-->
<!-- mssql-python maintainers: ADO Work Item -->
>
[AB#38881](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/38881)
-------------------------------------------------------------------
### Summary
<!-- Insert your summary of changes below. Minimum 10 characters
required. -->
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:
* Updated the project version from `0.11.0` to `0.12.0` in `setup.py`.
* Revised the "What's new" section in `PyPI_Description.md` to:
- Add support for `DATETIMEOFFSET` and `UNIQUEIDENTIFIER` types, with
integration for Python's `datetime` and `uuid.UUID`.
- Extend `MONEY` and `SMALLMONEY` support to `executemany`, improving
bulk financial data processing.
- Implement unified Python and C++ code coverage, CodeQL analysis, and
enhanced PR automation.
- Refactor the `getinfo()` metadata API for improved reliability and
expanded constant exposure.
- Optimize data processing by removing aggressive datetime parsing for
better data integrity.1 parent c4b594e commit 0d745b1
2 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments