orm: Support Interval literals and expressions
This adds support for things like SqlInterval::MINUTE(3) SqlExpression::minus(SqlFunction::NOW(), SqlInterval::DAY(1))
Loading
Please register or sign in to comment
This adds support for things like SqlInterval::MINUTE(3) SqlExpression::minus(SqlFunction::NOW(), SqlInterval::DAY(1))