Any plugin that uses the sql_sanitize function gets strings munged when they are inserted or updated in the SQL database.
If the string is entered plain, it will get extra single quotes around the string ( string becomes 'string' ).
If the string already has the single quote, it will get escaped ( 'string' becomes '\\\'string\\\'' ).
I've compiled a partial list of all the plugins that are affected:
- aggregate
- autom8
- discovery
- fix64bit
- nectar
- routerconfigs