Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/Parsers/Kusto/KQL_ReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## KQL implemented features
# July, 2023
## Features
- Enable kql table function support both heredoc and regular format
## Bugfixes
- Fix printing datetime throws exceptions
- Fix dcount, dcountif aren't using HyperLogLog
- Fix base64 decode to string should return null for invalid encoded values
- Fix wildcard to Regex is not correct in the project-away operator
# June, 2023
## Bugfixes
- Fix core dump when table is missing in pipeline
Expand Down