mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -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
22 lines
610 B
JSON
22 lines
610 B
JSON
{
|
|
"results": {
|
|
"datasets": {
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"refId": "datasets",
|
|
"meta": {
|
|
"executedQueryString": "SELECT DISTINCT TABLE_SCHEMA from information_schema.TABLES where TABLE_TYPE != 'SYSTEM VIEW' ORDER BY TABLE_SCHEMA"
|
|
},
|
|
"fields": [
|
|
{ "name": "TABLE_SCHEMA", "type": "string", "typeInfo": { "frame": "string", "nullable": true } }
|
|
]
|
|
},
|
|
"data": { "values": [["DataMaker", "mysql", "performance_schema", "sys"]] }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|