Yeah I see. But I still think that the D1 client could, instead of throwing an exception when passin
Yeah I see. But I still think that the D1 client could, instead of throwing an exception when passing in a Date object, automatically convert it to a ISO date. I don't see a problem doing that.
And, while we are at it, automatically convert ISO timestamps to a native date object. This would be a breaking change tho.
They do the same for other data-types, like boolean to int conversion and vice-versa. This is just a developer quality-of-life feature in my opinion, and not a limitation of SQLite.
And, while we are at it, automatically convert ISO timestamps to a native date object. This would be a breaking change tho.
They do the same for other data-types, like boolean to int conversion and vice-versa. This is just a developer quality-of-life feature in my opinion, and not a limitation of SQLite.




