CourseInsights / test / resources / queries / invalid / doesnTConverToUppercase.json
doesnTConverToUppercase.json
Raw
{
	"title": "Doesn't conver to uppercase",
	"input": {
		"where": {
			"or": [
				{
					"and": [
						{
							"gt": {
								"SECTIONS_AVG": 90
							}
						},
						{
							"is": {
								"SECTIONS_DEPT": "adhe"
							}
						}
					]
				},
				{
					"eg": {
						"SECTIONS_AVG": 95
					}
				}
			]
		},
		"options": {
			"columns": [
				"SECTIONS_DEPT",
				"SECTIONS_ID",
				"SECTIONS_AVG"
			],
			"order": "SECTIONS_AVG"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "SECTIONS_AVG",
	"expected": "InsightError"
}