penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Modifiers Support for the Date() Method

gvos94 opened this issue · comments

commented

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.