Files
grafana/pkg/services/store/entity/sqlstash/testdata/simple.jsonc
Diego Augusto Molina 6fcd7d9e03 Unified Storage: Fix Create, Update and Delete wrt Resource Versions (#88183)
* add sqltemplate utilities, improve tests and documentation

* bunch of things

* remove unnecessary message

* add queries

* add queries

* add queries

* add folders support

* fix diff

* fix linters

* fix diff

* fix linters

* fix linters

* fix typo

* fix linters

* fix linters

* fix linters

* several fixes

* several fixes

* temporarily disable k8s integration tests for Entity Server

* postpone some tests

* postpone documentation changes

* Fix bug in create

* improve error reporting

* fix PostgeSQL parameters

* fix MySQL sqlmode

* fix MySQL-5.7

* reduce but document the number of database connection options

* remove unused code and improve docs
2024-06-05 14:23:32 -03:00

155 lines
5.1 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name:
// Dimensions: 7 Fields by 4 Rows
// +----------------+----------------+----------------+---------------+---------------+---------------+----------------------------------------------------------------------------------------------------------------------------------------+
// | Name: UID | Name: name | Name: slug | Name: depth | Name: left | Name: right | Name: tree |
// | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: |
// | Type: []string | Type: []string | Type: []string | Type: []int32 | Type: []int32 | Type: []int32 | Type: []json.RawMessage |
// +----------------+----------------+----------------+---------------+---------------+---------------+----------------------------------------------------------------------------------------------------------------------------------------+
// | | Root | | 0 | 1 | 8 | [] |
// | A | A | /a/ | 1 | 2 | 5 | [{"guid":"GA","uid":"A","name":"A","slug":"/a/","ParentUID":""}] |
// | AA | AA | /a/aa/ | 2 | 3 | 4 | [{"guid":"GA","uid":"A","name":"A","slug":"/a/","ParentUID":""},{"guid":"GAA","uid":"AA","name":"AA","slug":"/a/aa/","ParentUID":"A"}] |
// | B | B | /b/ | 1 | 6 | 7 | [{"guid":"GB","uid":"B","name":"B","slug":"/b/","ParentUID":""}] |
// +----------------+----------------+----------------+---------------+---------------+---------------+----------------------------------------------------------------------------------------------------------------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"fields": [
{
"name": "UID",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "name",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "slug",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "depth",
"type": "number",
"typeInfo": {
"frame": "int32"
}
},
{
"name": "left",
"type": "number",
"typeInfo": {
"frame": "int32"
}
},
{
"name": "right",
"type": "number",
"typeInfo": {
"frame": "int32"
}
},
{
"name": "tree",
"type": "other",
"typeInfo": {
"frame": "json.RawMessage"
}
}
]
},
"data": {
"values": [
[
"",
"A",
"AA",
"B"
],
[
"Root",
"A",
"AA",
"B"
],
[
"",
"/a/",
"/a/aa/",
"/b/"
],
[
0,
1,
2,
1
],
[
1,
2,
3,
6
],
[
8,
5,
4,
7
],
[
[],
[
{
"guid": "GA",
"uid": "A",
"name": "A",
"slug": "/a/",
"ParentUID": ""
}
],
[
{
"guid": "GA",
"uid": "A",
"name": "A",
"slug": "/a/",
"ParentUID": ""
},
{
"guid": "GAA",
"uid": "AA",
"name": "AA",
"slug": "/a/aa/",
"ParentUID": "A"
}
],
[
{
"guid": "GB",
"uid": "B",
"name": "B",
"slug": "/b/",
"ParentUID": ""
}
]
]
]
}
}
]
}