|
@@ -1603,6 +1603,7 @@ namespace InABox.Database.SQLite
|
|
AggregateCalculation.Maximum => "MAX",
|
|
AggregateCalculation.Maximum => "MAX",
|
|
AggregateCalculation.Minimum => "MIN",
|
|
AggregateCalculation.Minimum => "MIN",
|
|
AggregateCalculation.Average => "AVERAGE",
|
|
AggregateCalculation.Average => "AVERAGE",
|
|
|
|
+ AggregateCalculation.Concat => "GROUP_CONCAT",
|
|
_ => throw new Exception(string.Format("{0}.{1} is not a valid aggregate", columnname, attribute.Calculator.GetType().Name)),
|
|
_ => throw new Exception(string.Format("{0}.{1} is not a valid aggregate", columnname, attribute.Calculator.GetType().Name)),
|
|
};
|
|
};
|
|
}
|
|
}
|