79224771

Date: 2024-11-25 22:43:30
Score: 3
Natty:
Report link

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.

Reasons:
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TrevorMag