lucia
lucia copied to clipboard
Add support for Drizzle sqlite integer timestamp mode
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.