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 Modifiers Support for the Date() Method #211

Open gvos94 opened 1 month ago

gvos94 commented 1 month ago

The current implementation of the Date() method is partially compatible with SQLite, specifically for time value arguments. However, it does not yet support modifiers. We will need to add support for these modifiers to ensure full compatibility with SQLite.