There was an error while loading. Please reload this page.
1 parent 4706714 commit a525539Copy full SHA for a525539
CHANGELOG
@@ -150,3 +150,6 @@
150
151
0.24 27/06/2021
152
* Support PyMySQL 1.0
153
+
154
+0.25 21/07/2021
155
+* Support 'ZEROFILL' attribute for numeric datatypes
README.md
@@ -328,6 +328,7 @@ Other contributors:
328
* Garen Chan Support PyMysql with a version greater than 0.9.3 https://github.com/garenchan
329
* Mike Ascah: Add logic to handle inlined ints in large json documents ttps://github.com/mascah
330
* Hiroaki Kawai: PyMySQL 1.0 support (https://github.com/hkwi)
331
+* Dongwook Chan: Support for ZEROFILL (https://github.com/dongwook-chan)
332
333
Thanks to GetResponse for their support
334
0 commit comments