Jake Knerr
Jake Knerr
> Windows 11 no longer has WMIC as it has been replaced by the WMI interface. You can enable it by following the instructions [here](https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530) but the real fix is...
I suspect it is due to String being a function and a Constructor.
This worked for me: ```js .withTypeMapping({ [RESP_TYPES.BLOB_STRING]: (val) => (val === null ? null : val.toString()), [RESP_TYPES.BLOB_ERROR]: (val) => (val === null ? null : val.toString()), }) ``` Providing a...