mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
* postgres: add tests to handle multiple statements in the same query * better test explanation
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "executedQueryString": "SET TIME ZONE -7; select * from tbl; SET TIME ZONE DEFAULT; select * from tbl;"
|
|
// }
|
|
// Name:
|
|
// Dimensions: 1 Fields by 2 Rows
|
|
// +---------------------------------+
|
|
// | Name: d |
|
|
// | Labels: |
|
|
// | Type: []*time.Time |
|
|
// +---------------------------------+
|
|
// | 2024-04-03 05:43:25 -0700 -0700 |
|
|
// | 2024-04-03 12:43:25 +0000 UTC |
|
|
// +---------------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"executedQueryString": "SET TIME ZONE -7; select * from tbl; SET TIME ZONE DEFAULT; select * from tbl;"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "d",
|
|
"type": "time",
|
|
"typeInfo": {
|
|
"frame": "time.Time",
|
|
"nullable": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
1712148205000,
|
|
1712148205000
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |