[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. For compatibility, this 'stream' method has to be implemented. (last missing things for TypeORM compatibility) |