CourseInsights / test / resources / queries / invalid / oRMustBeANonEmptyArrayEmptyStringSecond.json
oRMustBeANonEmptyArrayEmptyStringSecond.json
Raw
{
	"title": "OR must be a non-empty array, empty string",
	"input": {
		"WHERE": {
			"OR": [
				{
					"AND": ""
				},
				{
					"EQ": {
						"sections_avg": 95
					}
				}
			]
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_id",
				"sections_avg"
			],
			"ORDER": "sections_dept"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_dept",
	"expected": "InsightError"
}