lucia icon indicating copy to clipboard operation
lucia copied to clipboard

Add support for Drizzle sqlite integer timestamp mode

Open LinusOP opened this issue 7 months ago • 10 comments

Fixes #1628

Quite a simple thing to support, simply checks if Drizzle already returned a date for us and if so it skips the conversion.
I've tested this in an existing project I had using the Drizzle adapter with SQLite and it worked without issue.

Also added a small comment to explain when this might occur.

LinusOP avatar Jul 10 '24 20:07 LinusOP