I would like to comment that this "feature" seriously affects the ability to store Python code in SQL Server varchar fields. In Python, a trailing backslash is a virtual line continuation, and needs to be preserved. When a query returns something different to what was stored, and you're dealing with code, you end up with something that will no longer run.