Skip to content

Commit 7a27ac3

Browse files
Credit dongwook for Fix parsing of row events for MySQL8 partitioned table
1 parent c24032b commit 7a27ac3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,4 @@
156156

157157
0.26 30/08/2021
158158
* Correct timedelta value for negative MySQL TIME datatype
159+
* Fix parsing of row events for MySQL8 partitioned table

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, Correct timedelta value for negative MySQL TIME datatype (https://github.com/dongwook-chan)
331+
* Dongwook Chan: Support for ZEROFILL, Correct timedelta value for negative MySQL TIME datatype, Fix parsing of row events for MySQL8 partitioned table (https://github.com/dongwook-chan)
332332

333333
Thanks to GetResponse for their support
334334

0 commit comments

Comments
 (0)