drupflare/drangler - v0.1.0
    Preparing search index...

    Function encodeMysqlString

    • 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.

      Parameters

      • value: string

      Returns string