Closed dragonattack closed 7 years ago
What is your result right now?
PDOStatement::__set_state(array(
'queryString' => 'UPDATE `articles` SET `title`=? WHERE `id` = ?',
))
At lest in my case it is raising exceptions if and insert / update goes wrong... just try/catch that.
Example, I've messed up an insert
here and as you can see a \PDOException
is raised:
Update works in the same way.
@dragonattack so?
I could imagine it should be:
But it's not. How you do that? Thanks.