MySqlBackupNET/MySqlBackup.Net

Question and pull request

xoozoo opened this issue · 3 comments

Hello,

Firstly, thank you for this wonderful tool!

I did have an issue with the escaping where '\0' was not being escaped and was being converted to NULL in the string - this caused me an issue when using an import process on Linux.

I have forked and fixed this; and I have put in a pull request in-case it's something you'd like to add.

While making this change, I see there are a number of commented out conversions in escape_string like '\t' which is no longer converted to '\t' - I wondered why this might be, and if putting them back in would cause some specific issue?

Cheers

Hi xoozoo, the pull request is merged. Nice one 👍

Sweet - cheers - my first pull request :)

A new nuget package is published :)