mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-28 17:42:14 +08:00
* feat: upgrade client-go version to v0.29.0 * feat: upgrade coredns version * chore: update README.md
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"input": "SELECT jsonb_array_elements_text(data->'tags') AS tag FROM products;",
|
|
"outputs": [
|
|
{
|
|
"expected": "SELECT jsonb_array_elements_text ( data -> ? ) FROM products",
|
|
"statement_metadata": {
|
|
"size": 14,
|
|
"tables": [
|
|
"products"
|
|
],
|
|
"commands": [
|
|
"SELECT"
|
|
],
|
|
"comments": [],
|
|
"procedures": []
|
|
}
|
|
},
|
|
{
|
|
"expected": "SELECT jsonb_array_elements_text(data -> ?) FROM products",
|
|
"normalizer_config": {
|
|
"remove_space_between_parentheses": true
|
|
}
|
|
}
|
|
]
|
|
} |