Commit c7ae936
authored
feat(schema-compiler): add quarter granularity support in SqliteQuery using CASE expression (#9633)
* feat(sqlite): add quarter granularity support using CASE expression
- Implement quarter granularity in SqliteQuery with explicit CASE
to map months to their respective quarter start dates.
- Aligns SQLite quarter handling with Postgres DATE_TRUNC('quarter', ...)
- Fixes issues with data blending queries requiring quarter granularity.
* fixed the lint fail issue
* removed the unnecessary .trim() function1 parent 737caab commit c7ae936
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
0 commit comments