A MySQL literal for one decoded value.
The backslash is the whole reason this is not a pass-through: SQLite stores `` as itself and MySQL reads it as an escape, so a Windows path or a regex in a config row silently loses a character unless it is doubled here.
A MySQL literal for one decoded value.
The backslash is the whole reason this is not a pass-through: SQLite stores `` as itself and MySQL reads it as an escape, so a Windows path or a regex in a config row silently loses a character unless it is doubled here.