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.1 Reply
For now I am just building the update statement mytself using a the sql chunks but it wouyld be great if this can be fixed.