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
The kcidb_execute_query has a sys.exit in it, but the tests query is now being used in a backend endpoint. If some error occurs in the query, it should be returned to the user instead of simply exiting the backend.
The kcidb_execute_query has a
sys.exitin it, but the tests query is now being used in a backend endpoint. If some error occurs in the query, it should be returned to the user instead of simply exiting the backend.