databacker / mysql-backup

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

handle basic types as well #314

Closed deitch closed 3 months ago

deitch commented 3 months ago

Fixes #313

The unsigned bigint defaults to being *uint64, which is correct (other than the fact that it is not nullable). This enables the code to read it properly.