Closed everhardt closed 3 months ago
Can you add tests for this change?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.29%. Comparing base (
42617e4
) to head (b6b88f1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Can you add tests for this change?
Done!
:tada: This PR is included in version 18.4.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I got an
uncaughtException
, caused by trying to write a very large (negative) number using BulkLoad to a decimal column. Seems similar to https://github.com/tediousjs/tedious/issues/421. The stack trace I got:bulk-load:209 is inside the _tranform function, for which I think the following in the nodejs documentation holds:
Therefore, I propose to catch such errors and call the callback with it. I verified that solved my case.