colshrapnel
colshrapnel
Hello! It's just can't be. In case of error, exception will be thrown, and thus no execute result should be ever available. For a code to handle a duplicated entry,...
Yes, it's possible. Change TRUE to FALSE in this line ``` PDO::ATTR_EMULATE_PREPARES => TRUE, ``` after that your limit clause will work all right
Thank you for the suggestions. The idea behind this wrapper was to retain as much native PDO as possible. Thus, all the features supported by PDO are supported by this...