-
bugfix
发布于
2023-08-04 07:58:20 +00:00 | 2479 次提交 在此版本后已推送到 mainSmall bugfix release
- Fix a bug with simple queries (ones with only static values) that contained multiple repeated columns
(such asSELECT hello AS menu_item, world AS menu_item). Only the last column would be taken into account.
This could manifest as a bug where- only the last menu item in the shell component would be displayed,
- only the last markdown column in a table would be interpreted as markdown,
- only the last icon column in a table would be displayed as an icon.
下载附件
- Fix a bug with simple queries (ones with only static values) that contained multiple repeated columns