mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
* SQL: toRawSQL required and escape table * Fix autocomplete for MySQL * Change the way we escape for builder * Rework escape ident to be smart instead * Fix A11y for alias * Add first e2e test * Add test for code editor * Add doc * Review comments * Move functions to sqlUtil
20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"results": {
|
|
"tables": {
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"refId": "tables",
|
|
"meta": {
|
|
"executedQueryString": "SELECT table_name FROM information_schema.tables WHERE table_schema = 'DataMaker' ORDER BY table_name"
|
|
},
|
|
"fields": [{ "name": "TABLE_NAME", "type": "string", "typeInfo": { "frame": "string", "nullable": true } }]
|
|
},
|
|
"data": { "values": [["normalTable", "table-name"]] }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|