Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop TracedStatement throwing warnings for objects #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 18, 2018

  1. Stop TracedStatement throwing warnings for objects

    When objects are passed in as SQL parameters if they are able to be cast
    to string then we should do so.
    
    If we cannot cast them to string we will short circuit the mb_check_encoding
    test so that we never try to use any objects as a parameter of that
    function.
    AnthonyPorthouse committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    9d07aea View commit details
    Browse the repository at this point in the history