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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Fixed (generator correctness)
6
6
7
+
-`TO_DATE(str, fmt)` now models return type as DATETIME (`exp.StrToTime`); `TO_DATE(str)` remains DATE (`exp.TsOrDsToDate`) — cross-dialect consumers now see the correct type for each form
7
8
-`SPACE(n)` now emits `SPACE(n)` instead of `REPEAT(' ', n)`
8
9
-`VAR_POP(x)` now emits `VAR_POP(x)` instead of `VARIANCE_POP(x)`
9
10
-`VAR_SAMP(x)` / `VARIANCE(x)` now emits `VAR_SAMP(x)` instead of `VARIANCE(x)`
0 commit comments