mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
ccd13bf08e
* postgres: add tests to handle multiple statements in the same query * better test explanation
56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "executedQueryString": "SELECT t FROM tbl WHERE t='one'; SELECT t FROM tbl WHERE t='three';"
|
|
// }
|
|
// Name:
|
|
// Dimensions: 1 Fields by 2 Rows
|
|
// +-----------------+
|
|
// | Name: t |
|
|
// | Labels: |
|
|
// | Type: []*string |
|
|
// +-----------------+
|
|
// | one |
|
|
// | three |
|
|
// +-----------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"executedQueryString": "SELECT t FROM tbl WHERE t='one'; SELECT t FROM tbl WHERE t='three';"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "t",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string",
|
|
"nullable": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
"one",
|
|
"three"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |