kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
9.81k stars 249 forks source link

fix `MssqlDialect` streaming not handling backpressure. #1041

Closed igalklebanov closed 2 weeks ago

igalklebanov commented 2 weeks ago

fixes #879. fixes #971.

Now MSSQL driver handles backpressure properly using tedious's pause and resume methods. Also aligns the dialect's types with tedious newly exported types.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kysely ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 16, 2024 8:55am
belgattitude commented 2 weeks ago

Very helpful... thank you so much

fehnomenal commented 3 days ago

Very nice, in my tests this works :+1: