pdo_class_wrapper
pdo_class_wrapper copied to clipboard
A Class for PDO Wrapper
Im getting an error in PHP 8 General error: 2014 Cannot execute queries while other unbuffered queries are active, trying to run this query: $db->pdoQuery(" UPDATE sites SET users =...
Can you please review this wonderful piece of code, if it's compatible with PHP7 and PHP8?
Please consider adding PDO::PARAM_LOB support https://www.php.net/manual/en/pdo.lobs.php
Hello, please enhance the `self::error` calls, to add more details. I had multiple pdoQuery calls, but I didn't know in which call I have an error. So I changed the...
Please add elapsed time information to the showQuery method.