chore: update CHANGES-4.3.md for #8927

This commit is contained in:
Shawn 2022-09-08 16:53:24 +08:00
parent b9d75181e5
commit 93d10e63b0
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ File format:
- Fix rule-engine update behaviour which may initialize actions for disabled rules. [#8849](https://github.com/emqx/emqx/pull/8849)
- Fix JWT plugin don't support non-integer timestamp claims. [#8862](https://github.com/emqx/emqx/pull/8862)
- Fix dashboard binding IP address not working. [#8916](https://github.com/emqx/emqx/pull/8916)
- Fix rule SQL topic matching to null values failed. [#?](https://github.com/emqx/emqx/pull/?)
- Fix rule SQL topic matching to null values failed. [#8927](https://github.com/emqx/emqx/pull/8927)
The following SQL should not fail (crash) but return `{"r": false}`:
`SELECT topic =~ 't' as r FROM "$events/client_connected"`.
The topic is a null value as there's no such field in event `$events/client_connected`, so it
should return false if mathch it to a topic.
should return false if match it to a topic.
## v4.3.19