-
- Downloads
Remove db paging (#16990) (#17054)
I thought (and assured dpsutton, lol) that the default behavior of the pagination spliced in was just not paginating, if there wasn't a limit passed in. Unfortunately, it appears that I tested this on the endpoint without pagination spliced in... so the default behavior isn't that way, it paginates if you don't pass in stuff.
So rip it out of the DB endpoint (only) for now and put it back in when we paginate
Authored-by:
Howon Lee <hlee.howon@gmail.com>
Showing
- src/metabase/api/collection.clj 18 additions, 9 deletionssrc/metabase/api/collection.clj
- src/metabase/api/database.clj 9 additions, 17 deletionssrc/metabase/api/database.clj
- test/metabase/api/collection_test.clj 10 additions, 1 deletiontest/metabase/api/collection_test.clj
- test/metabase/api/database_test.clj 6 additions, 10 deletionstest/metabase/api/database_test.clj
Loading
Please register or sign in to comment