#3186·sea-orm

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

rust
fn group_conncat<C>(&self, separator: Option<&str>, order_by: Option<C>) -> Expr {
    todo!()
}