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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
I have a (very inefficient) constraint that looks something like this:
finalStringAPP_CORE_LIST_VIEW =
"create constraint app_colocation as \n" +
"select applications.id as app, processes.controllable__core as core " +
" from applications join processes on applications.process_id = processes.id " +
"group by applications.id, processes.controllable__core";
It's come to my attention that this type of constraint should not be allowed.
Reproduction steps
1. Try to create a minimal example
2. If the minimal example fails, ask Erika for her (very very messy) minimal example
3. Reproduce using the repo Erika will give you access to
...
Expected behavior
The constraint is accepted without error.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a (very inefficient) constraint that looks something like this:
It's come to my attention that this type of constraint should not be allowed.
Reproduction steps
1. Try to create a minimal example 2. If the minimal example fails, ask Erika for her (very very messy) minimal example 3. Reproduce using the repo Erika will give you access to ...
Expected behavior
The constraint is accepted without error.
Additional context
No response
The text was updated successfully, but these errors were encountered: