Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve validation for matrix selectors #641

Open
bethesque opened this issue Nov 7, 2023 · 0 comments
Open

Improve validation for matrix selectors #641

bethesque opened this issue Nov 7, 2023 · 0 comments

Comments

@bethesque
Copy link
Member

This query should have returned a 400

{
  "q": [
    {
      "pacticipant": "X",
      "version": "123",
      "environment": "B"
    }
  ]
}

TODO: Work out if this is an error or a valid query - it causes an SQL error.

{
  "q": [
    {
      "pacticipant": "x",
      "version": "134234"
    },
    {
      "pacticipant": "x",
      "latest": "true",
      "environment": "B"
    }
  ]
}

This is a placeholder issue - it needs the rules written out properly before it can be picked up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant