chore: update changes

This commit is contained in:
firest 2023-07-03 15:02:46 +08:00
parent 902603780b
commit 094b8e43b7
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Fix the `payload` will be duplicated in the below situations:
- Use a `foreach` sentence without the `as` sub-expression and select all fields(use the `*` or omitted the `do` sub-expression)
For example:
`FOREACH payload.sensors FROM "t/#"`
- Select the `payload` field and all fields
For example:
`SELECT payload.sensors, * FROM "t/#"`