simplon_mysql icon indicating copy to clipboard operation
simplon_mysql copied to clipboard

'fetchMode' => PDO::FETCH_OBJ does not work when fetching a single row

Open scamhaji opened this issue 8 years ago • 0 comments

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).

scamhaji avatar Jun 22 '16 13:06 scamhaji