simplon_mysql
simplon_mysql copied to clipboard
'fetchMode' => PDO::FETCH_OBJ does not work when fetching a single row
In SqlManager.php, function fetchRow (line 589), the result is casted to an array but it should not. When fetching many rows, it works as expected (the result is an array of objects).