fabianfiorotto

Results 3 issues of fabianfiorotto

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.

I wrote an implementation of this package for XDEBUG for my own use. It is written in CoffeeScript using promises ( no await/async). I didn't want to bother with transpilers...

Well ... this is my interception method. Whatever you think I should change just tell me.