Skip to content

Commit 8b67828

Browse files
Credit dongwook for Correct timedelta value for negative MySQL TIME datatype
1 parent 689c7f7 commit 8b67828

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,6 @@
153153

154154
0.25 21/07/2021
155155
* Support 'ZEROFILL' attribute for numeric datatypes
156+
157+
0.26 30/08/2021
158+
* Correct timedelta value for negative MySQL TIME datatype

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Other contributors:
328328
* Garen Chan Support PyMysql with a version greater than 0.9.3 https://github.com/garenchan
329329
* Mike Ascah: Add logic to handle inlined ints in large json documents ttps://github.com/mascah
330330
* Hiroaki Kawai: PyMySQL 1.0 support (https://github.com/hkwi)
331-
* Dongwook Chan: Support for ZEROFILL (https://github.com/dongwook-chan)
331+
* Dongwook Chan: Support for ZEROFILL, Correct timedelta value for negative MySQL TIME datatype (https://github.com/dongwook-chan)
332332

333333
Thanks to GetResponse for their support
334334

0 commit comments

Comments
 (0)