feat: command to test DB engine specs (#24918)

This commit is contained in:
Beto Dealmeida
2023-08-11 10:10:49 -07:00
committed by GitHub
parent 7b56c27383
commit a1e32dbfa6
5 changed files with 1496 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ class SqliteEngineSpec(BaseEngineSpec):
"DATETIME({col}, 'start of day', 'weekday 1', '-7 days')"
),
}
# not sure why these are diffenret
# not sure why these are different
_time_grain_expressions.update(
{
TimeGrain.HALF_HOUR: _time_grain_expressions[TimeGrain.THIRTY_MINUTES],