File tree 3 files changed +111
-99
lines changed
3 files changed +111
-99
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.1.4] - 2021-08-16
8
+ ### Fixed
9
+ - SQL Type ` Uniqueidentifier ` is now handled correctly and returned as a string.
10
+
7
11
## [ 0.1.3] - 2021-08-16
8
12
### Fixed
9
- - Fixed incorrect type hint in ` DatabaseResult.data ` .
13
+ - Fixed incorrect type hint for ` DatabaseResult.data ` .
10
14
11
15
### 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.
13
18
- This package now requires "pymssql>=2.1.4" instead of "pymssql>=2". This was implicit anyway as 2.1.4
14
19
is the minimum version that supports Python 3.7.
15
20
You can’t perform that action at this time.
0 commit comments