Perfect-MySQL icon indicating copy to clipboard operation
Perfect-MySQL copied to clipboard

Change Element from array to dict, extract field name

Open espinu opened this issue 9 years ago • 2 comments

This permit to fetch every field data by field name, it adds confidence for extracting data, and you know that if you want to extract the name from a row you have the key the same as the field name, but not to search it by an index which is not suggestive.

espinu avatar Oct 29 '16 13:10 espinu

@kjessup that is the difference between MySQLStmt class and MySQL ?

espinu avatar Oct 29 '16 13:10 espinu

@espinu did that work? Can you maybe resolve the conflicts pls, would be awesome to test it :)

Fabio1988 avatar Mar 24 '22 09:03 Fabio1988