You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() function
0 commit comments