mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

`Query.stream` convenience method streams only `RowDataPacket` #2502

Open jaylmiller opened 3 years ago

jaylmiller commented 3 years ago

Is this expected behavior? I was expecting to get the FieldInfo in the initial chunk followed by a RowDataPacket for every chunk afterwards