Closed srgzah closed 8 years ago
That's because of PR #13. But I've made a sloppy mistake, that was fixed later on in PR #15.
Just released v1.9.4 (65d415f9b32ef769bfc11d2440ee975332c02921) with everything working correctly.
Now, if you don't want to receive the $insertId
, the you should call: execute(false)
If you want to receive the $insertId
, do nothing. :wink:
:+1:
Hi,
$insertId is always <= 0 and nothing is inserted.
To fix this I need to do lke this:
Why you do this?
Thanks.