You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes query response to use any specified alias for response.
It also brings default checkpwd response to be in-line with count().
e.g.,
```
// before
"pass": [
{
"checkpwd": true
}
]
// now
"checkpwd(pass)": true
```
Closes: #2630
* Let result of checkpwd to be aliased
This changes query response to use any specified alias for response.
It also brings default checkpwd response to be in-line with count().
e.g.,
```
// before
"pass": [
{
"checkpwd": true
}
]
// now
"checkpwd(pass)": true
```
Closes: #2630
* Let result of checkpwd to be aliased
This changes query response to use any specified alias for response.
It also brings default checkpwd response to be in-line with count().
e.g.,
```
// before
"pass": [
{
"checkpwd": true
}
]
// now
"checkpwd(pass)": true
```
Closes: hypermodeinc#2630
Would it be possible to make the alias feature work with
checkpwd
?For the moment the aliasing doesn't work:
returns
I would expect this:
The text was updated successfully, but these errors were encountered: