penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
960 stars 53 forks source link

Implement Date #198

Closed gvos94 closed 1 month ago

gvos94 commented 1 month ago

Implements partial support for the Date() method as per the SQLite date and time functions.

penberg commented 1 month ago

@gvos94 Thanks! Please open a ticket about modifiers so that we remember to fix them.