Ivan Krivosheev
Ivan Krivosheev
@billy1624 maybe we can make a compiler_error. What do you think?
@billy1624 I will try to do this...
@kudlatyamroth and released)
@kudlatyamroth thank! I will edit Changelog!
@emmiegit you can look here: https://github.com/SeaQL/sea-orm/pull/985
@edg-l we add support for some types of DISTINCT into sea-query! PR: https://github.com/SeaQL/sea-query/pull/313
@mohs8421 hello! Thank you for the PR, some tests have failed.
@karpa4o4 done!
@tyt2y3, I review PR: https://github.com/SeaQL/sea-orm/pull/768#discussion_r911351420 and here we use: `usize`. My point is: in `pub struct ItemsAndPagesNumber` we use `usize` and here it makes more sense to use `usize`
But on the other hand, `usize` is depends on platform...