v0.18.0-recidiviz.8
What's Changed
- Support
PIVOT
/UNPIVOT
by @ohaibbq in #36 - Support
UNNEST WITH OFFSET
by @ohaibbq in #37 - Enable
QUALIFY
withoutGROUP BY
/WHERE
/HAVING
by @ohaibbq in #38 - [Window] Support
LOGICAL_OR
andLOGICAL_AND
by @ohaibbq in #42 - Fix
QueryStmtNode
output; wrap union statements in parentheses by @ohaibbq in #41 - Support
sql.Driver
's PrepareContext interface by @ohaibbq in #40 - [Date] [Datetime] [Timestamp] Handle
QUARTER
,WEEK(DAY)
,ISOWEEK
by @ohaibbq in #39 - Allow users of the driver to disable query formatting; support named parameters in
QueryStmt
,DMLStmt
by @ohaibbq in #43 - Support
CONTAINS_SUBSTR
function by @ohaibbq in #45 - Use
WITHOUT ROWID
table clustering for primary keys by @ohaibbq in #44
Full Changelog: v0.18.0-recidiviz.7...v0.18.0-recidiviz.8