1

Improve handing of escaping


R
Rickard Armiento

I seem to frequently run into issues with special characters in strings not being handled correctly in the integrations. E.g., a single quote ' in a string causes the MySQL integration to crash. Backticks appear to crash the replace text components, etc. My feature request is that you re-think/re-design how strings are processed to avoid any such issues, providing full unicode support.

A