databacker / mysql-backup

image to enable automated backups of mysql databases in containers
648 stars 184 forks source link

include column names in INSERT statement #257

Closed deitch closed 10 months ago

deitch commented 10 months ago

This is not technically required to work, but removes the possibility of uncertainty and mismatched columns. It also makes debugging easier, as a nice side benefit.