We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aed386 + e7a36ae commit 2a11a8cCopy full SHA for 2a11a8c
1 file changed
src/Parsers/Kusto/KQL_ReleaseNote.md
@@ -1,4 +1,12 @@
1
## KQL implemented features
2
+# July, 2023
3
+## Features
4
+- Enable kql table function support both heredoc and regular format
5
+## Bugfixes
6
+ - Fix printing datetime throws exceptions
7
+ - Fix dcount, dcountif aren't using HyperLogLog
8
+ - Fix base64 decode to string should return null for invalid encoded values
9
+ - Fix wildcard to Regex is not correct in the project-away operator
10
# June, 2023
11
## Bugfixes
12
- Fix core dump when table is missing in pipeline
0 commit comments