mysql
mysql copied to clipboard
Add an option to return resultset as array
An alternative solution to #770. I don't store data in the connection either in RowDataPacket. I created another class called ArrayRowDataPacket to handle rows when the option arrayRows is present.