{
"title": "BOTH WHERE, OPTIONS OVERRIDE",
"input": {
"WHERE": {
"OR": [
{
"AND": [
{
"GT": {
"sections_avg": 90
}
},
{
"IS": {
"sections_dept": "adhe"
}
}
]
},
{
"EQ": {
"sections_avg": 95
}
}
]
},
"OPTIONS": {
"COLUMNS": [
"sections_dept",
"sections_id",
"sections_avg"
],
"ORDER": "sections_avg"
},
"WHERE": {
"OR": [
{
"AND": [
{
"GT": {
"sections_avg": 96
}
},
{
"IS": {
"sections_dept": "adhe"
}
}
]
},
{
"EQ": {
"sections_avg": 97
}
}
]
},
"OPTIONS": {
"COLUMNS": [
"sections_dept",
"sections_id",
"sections_avg"
],
"ORDER": "sections_avg"
}
},
"errorExpected": false,
"orderExpected": true,
"orderBy": "sections_avg",
"expected": [
{
"sections_dept": "adhe",
"sections_id": "329",
"sections_avg": 96.11
},
{
"sections_dept": "psyc",
"sections_id": "549",
"sections_avg": 97
},
{
"sections_dept": "epse",
"sections_id": "534",
"sections_avg": 97
},
{
"sections_dept": "crwr",
"sections_id": "599",
"sections_avg": 97
}
]
}