• R
    Check if the SQL is not a prepared statement · f13b2785
    Rafael Mendonça França 提交于
    When the adapter is with prepared statement disabled and the binds array
    is not empty the connection adapter will try to set the binds values and
    will fail. Now we are checking if the adapter has the prepared statement
    disabled.
    
    Fixes #12023
    f13b2785
abstract_mysql_adapter.rb 26.6 KB