v0.9.4
Small 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.