go-mysqldump icon indicating copy to clipboard operation
go-mysqldump copied to clipboard

Strings not escaped

Open SebastianStehle opened this issue 6 years ago • 1 comments

Hi,

it seems that strings are not escaped properly. e.g. If I open the dump file with Visual Studio Code I see lines like

('2','OPEN_DOOR_CLOSED','If there is a 'Open door' detected and this door is closed now, the message Open Door closed is send.','2018-04-24T16:09:42Z','2018-04-24T16:09:42Z','0','door_closed','0','0','8','0','0')

SebastianStehle avatar May 29 '18 23:05 SebastianStehle

See: https://github.com/JamesStewy/go-mysqldump/pull/9

christianruhstaller avatar Jun 23 '18 17:06 christianruhstaller