Cannot call update on table hat uses datetime

I've recently started using drizzler and seem to be getting a conversion error (TypeError: value.toISOString is not a function) in when trying to update a a single varchar column, specifclly in mysql-core\columns\datetime.ts:57:16.

Is there anyway we can work around this or have it patched? It makes using datetime completely useless.
Was this page helpful?