Skip to content

Commit 7ddc006

Browse files
azurechen97claude
andcommitted
docs: add TO_DATE type modeling fix to CHANGELOG
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5ce7ff8 commit 7ddc006

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Fixed (generator correctness)
66

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
78
- `SPACE(n)` now emits `SPACE(n)` instead of `REPEAT(' ', n)`
89
- `VAR_POP(x)` now emits `VAR_POP(x)` instead of `VARIANCE_POP(x)`
910
- `VAR_SAMP(x)` / `VARIANCE(x)` now emits `VAR_SAMP(x)` instead of `VARIANCE(x)`

0 commit comments

Comments
 (0)