Skip to content

Commit 665129c

Browse files
author
Tim OSullivan
committed
Chore: 0.1.4 release
1 parent 4e1825c commit 665129c

File tree

3 files changed

+111
-99
lines changed

3 files changed

+111
-99
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.4] - 2021-08-16
8+
### Fixed
9+
- SQL Type `Uniqueidentifier` is now handled correctly and returned as a string.
10+
711
## [0.1.3] - 2021-08-16
812
### Fixed
9-
- Fixed incorrect type hint in `DatabaseResult.data`.
13+
- Fixed incorrect type hint for `DatabaseResult.data`.
1014

1115
### Changed
12-
- Data parsing now raises warning when handling an unrecognised type and returns identity function mapping.
16+
- Data parsing now raises warning when handling an unrecognised type
17+
and returns identity function mapping instead of raising an Exception.
1318
- This package now requires "pymssql>=2.1.4" instead of "pymssql>=2". This was implicit anyway as 2.1.4
1419
is the minimum version that supports Python 3.7.
1520

0 commit comments

Comments
 (0)