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
thrownewQueryModeError("COLUMN_NOT_FOUND",`Sort column "${query.sortColumn}" not found in ${query.table}. Available: ${[...schemaColumnNames].join(", ")}`);
674
+
// Allow sorting by aggregate output aliases (e.g., "avg_amount", "sum_revenue")
thrownewQueryModeError("COLUMN_NOT_FOUND",`Sort column "${query.sortColumn}" not found in ${query.table}. Available: ${[...schemaColumnNames].join(", ")}`);
0 commit comments