databacker / mysql-backup

image to enable automated backups of mysql databases in containers
636 stars 178 forks source link

handle json field as its own type #324

Closed deitch closed 2 months ago

deitch commented 2 months ago

json is not recognize by default as a type in the mysql package, so we need to give it its own type recognition.

Compared the results to mysqldump and the values are consistent.

Also added to the integration test.

Fixes #322