Commit Graph

4 Commits (main)

Author SHA1 Message Date
KN4CK3R 27d4c11ec3
Fix joins in `db.Find(AndCount)` (#28978) 1 year ago
Lunny Xiao 70c4aad8e1
Move more functions to db.Find (#28419)
Following #28220

This PR move more functions to use `db.Find`.

---------

Co-authored-by: delvh <dev.lh@web.de>
1 year ago
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
1 year ago
Lunny Xiao a8c4f8cebc
Fix db.Find bug (#23115)
Caused by #20821 

Fix #23110
2 years ago