• Resolved wpshushu

    (@wpshushu)


    In the query builder, a query like

    update wp_options set autoload=’yes’ (single quotes) where ….

    will trigger a SQL syntax error. But

    update wp_options set autoload=”yes” (double quotes) where ….

    executes fine.

    Is this an issue with the plugin or my mysql settings? I am using MariaDB 1:10.6.14+maria~ubu2204

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘single quote’ is closed to new replies.