prisma-engines
12c25309 - fix: format dates with Z to fix sqlite issues (#5571)

Commit
256 days ago
fix: format dates with Z to fix sqlite issues (#5571) SQLite doesn't parse the dates and stores them as-is, we normally expect dates to be in the JS ISO String format, so the `convert` function should be consistent. Fixes `typed-sql.sqlite-scalars > 'DateTime - input'`: https://github.com/prisma/prisma/pull/27790
Author
Parents
Loading