diff --git a/system/db/connector.php b/system/db/connector.php index 67f198e6..13d44184 100644 --- a/system/db/connector.php +++ b/system/db/connector.php @@ -14,6 +14,7 @@ class Connector { \PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION, \PDO::ATTR_ORACLE_NULLS => \PDO::NULL_NATURAL, \PDO::ATTR_STRINGIFY_FETCHES => false, + \PDO::ATTR_EMULATE_PREPARES => false, ); /**