[CONJS-251] permit Piping results with Streams when using callback implementation Created: 2023-05-10  Updated: 2023-06-21  Resolved: 2023-06-21

Status: Closed
Project: MariaDB Connector/node.js
Component/s: documentation, other
Affects Version/s: None
Fix Version/s: 3.2.0

Type: Task Priority: Major
Reporter: Diego Dupin Assignee: Diego Dupin
Resolution: Fixed Votes: 0
Labels: None


 Description   

normal implementation use promise. Streams are handle by a specific queryStream method, that permit piping directly.

for call back, query can be streamed as well, but not piping.
This is done with mysql/mysql2 using an additional method 'stream()'.

For compatibility, this 'stream' method has to be implemented.

(last missing things for TypeORM compatibility)


Generated at Thu Feb 08 03:23:52 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.