mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-28 09:41:43 +08:00
* feat: upgrade client-go version to v0.29.0 * feat: upgrade coredns version * chore: update README.md
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"input": "SELECT calculate_discount($1, $2);",
|
|
"outputs": [
|
|
{
|
|
"expected": "SELECT calculate_discount ( ? )"
|
|
},
|
|
{
|
|
"obfuscator_config": {
|
|
"replace_positional_parameter": false
|
|
},
|
|
"normalizer_config": {
|
|
"remove_space_between_parentheses": true
|
|
},
|
|
"expected": "SELECT calculate_discount($1, $2)"
|
|
}
|
|
]
|
|
} |