fightbulc / simplon_mysql

MySQL PDO Wrapper (php, mysql, pdo, crud, library)
70 stars 22 forks source link

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

Open scamhaji opened 8 years ago

scamhaji commented 8 years ago

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