You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test runs first a successful insert statement (with emulate prepares off), the tries the same thing with (emulate prepares on) resulting in an exception.
Sample script here: http://pastebin.com/qXBJYDiP
Updating binary columns with EMULATE_PREPARES turned OFF works,
From the profiler I can see that the queries it is running against the server are messed up for binary columns with EMULATE_PREPARES ON.
Without emulate prepares:
With emulate prepares:
When it should be doing:
I'm running latest version of the PDO driver.
The text was updated successfully, but these errors were encountered: