CourseInsights / test / resources / queries / invalid / doubleUnderscoreIsInvalid.json
doubleUnderscoreIsInvalid.json
Raw
{
	"title": "Double underscore is invalid",
	"input": {
		"WHERE": {
			"GT": {
				"sections__avg": 97
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections__dept",
				"sections__avg"
			],
			"ORDER": "sections__avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections__avg",
	"expected": "InsightError"
}