grafana/pkg/tsdb/grafana-postgresql-datasource/testdata/table/multi_stat2.golden.jsonc
Gábor Farkas ccd13bf08e
postgres: add tests to handle multiple statements in the same query (#85523)
* postgres: add tests to handle multiple statements in the same query

* better test explanation
2024-04-08 16:56:23 +02:00

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
]
]
}
}
]
}