MySQL UPDATE clause removes slashes in values - any way to disable the sensitivity to slashes?
- by Jeremy Rudd
A MySQL UPDATE clause removes slashes in values, although double slashes ensures that the values save correctly. Any way to disable the sensitivity to slashes? Can I disable it in my connector? I'm using the official connector "MySql.Data" for C#.