You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve test robustness and docs for per-request timeout
- Add success handlers to all per-request timeout integration tests so
they fail fast instead of hanging if timeout is not applied
- Remove accidental .releaserc change from this branch
- Clarify README docs for using options with the global pool
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
**Note:** When using the global pool, you must still pass `undefined` as the first argument to use options: `new sql.Request(undefined, { requestTimeout: 60000 })`.
874
+
873
875
### Events
874
876
875
877
-**recordset(columns)** - Dispatched when metadata for new recordset are parsed.
0 commit comments