Chris Tsang
Chris Tsang
I don't think that's an error, that's only a warning, so you are good. As a matter of fact, the nightly fmt differs the stable fmt so what I do...
I think insert many without values should be no-op. Or is it because that it might be valid due to `INSERT DEFAULT`?
To SeaORM's concern, insert many without a model should be no-op. In SeaQuery, insert many with default but no value could be a valid operation, but that should not affect...
56763a8718550b7a5d08b15489697f366dcd1bf5
My idea was to have a struct called `Aggregator` that will perform the action, as in `Paginator`. The `sum` method on the `AggregatorTrait` will convert self into an `Aggregator` and...
I think it should work similar to Paginator, creating a sub query is the safest
> So the result is just a simple type `T`, perhaps a number i32, i64, f32, f64, etc. Oh, not yet thought of this. No, it can't be type T....
> Btw... we should consider changing the return type of `Paginator::count()`, make it more dynamic. I think the result of count is not dependent on the column type, only dependent...
Well, if the column itself is a Double, then the avg result would be f64. It could be decimal, i32 and so on. It is different from count that always...
To whom it may concern, if it is important to you, make a comment.