mirror of
https://github.com/knex/knex.git
synced 2026-01-05 11:38:53 +00:00
* Fix connection error propagation when streaming If stream() is used without a handler, make sure to emit connection errors on the stream itself. * Test stream error emission * Improve test