Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
23.08.0
-
None
Description
The following demonstrates the problem:
$ curl -X POST -uadmin:mariadb localhost:8989/sql/undefined/queries
|
{
|
"errors": [
|
{
|
"detail": "undefined is not a connection_id"
|
},
|
{
|
"detail": "undefined is not a connection_id"
|
},
|
{
|
"detail": "undefined is not a connection_id"
|
},
|
{
|
"detail": "undefined is not a connection_id"
|
}
|
]
|
}
|
Only one error should be returned instead of four.