spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Include Limit size of the query in toString().

Open ArunYogesh opened this issue 5 months ago • 1 comments

Modifying the toString override to include query limit detail

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [ ] You submit test cases (unit or integration tests) that back your changes.
  • [ ] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

ArunYogesh avatar Jun 12 '25 22:06 ArunYogesh

Adds pertinent detail when the query object is printed out. Like it!

hayscoder avatar Jun 12 '25 23:06 hayscoder