mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 23:32:30 +08:00
SQL Expressions: Exclude CTEs from required Tables (#106479)
Fixes #105030 --------- Co-authored-by: Sam Jewell <2903904+samjewell@users.noreply.github.com>
This commit is contained in:
@ -105,7 +105,7 @@ func TestTablesList(t *testing.T) {
|
||||
)
|
||||
SELECT name, price
|
||||
FROM top_products;`,
|
||||
expected: []string{"products", "top_products"},
|
||||
expected: []string{"products"},
|
||||
},
|
||||
{
|
||||
name: "with quote",
|
||||
|
Reference in New Issue
Block a user