Expect GROUP_CONCAT aggregration funciton
Author: handewoCreated Aug 26, 2026Updated Aug 26, 2026
Expect Column api to support concatenate string of aggregation function
Since there are different usage and function name between sqlite, postgresql, mysql
e.g
fn group_conncat<C>(&self, separator: Option<&str>, order_by: Option<C>) -> Expr {
todo!()
}Source: SeaQL/sea-orm