- ๐ณ๐ฑNetherlands Lendude Amsterdam
Added minimal test coverage, about the same as what we have for the other data that is rendered in the preview. Since different databases output very different explain data it seems, actually checking the output might be too much here since we might need to switch by database type, which I don't think we want to do, sounds fragile and excessive.
On SQLite this seems to output quite a lot of data, do we want to add a toggle for adding 'explain' data, like we have for the other data?
- First commit to issue fork.
- ๐ณ๐ฟNew Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies โ .
Also restoring the template and adjusting tag according to the guidelines.
- Issue created by @rosa.bitxi
- ๐ฌ๐งUnited Kingdom catch
One minor nit on the MR otherwise this looks great! Hopefully there's an existing test that almost tests this which we can extend.
- ๐ฉ๐ชGermany Fabianx
Note: There is a bug right now, where views_ui is not correctly replacing the placeholders.
This is due to the check for the Sql object, which is now a SelectInterface object.
This MR fixes this as a side effect, but this means this is lacking test coverage.
- @fabianx opened merge request.
- Issue created by @Fabianx