qlik-oss / mongocursorpagination

MIT License
5 stars 9 forks source link

validate results slice and paginated fields #45

Closed EtienneDufresne closed 1 week ago

EtienneDufresne commented 1 week ago

This PR improves the validation of the results slice and paginated fields and exposes the error so clients can better handle them. Paginated fields are validated before executing the query by leveraging the results' struct bson tags.

I added the improvements to mgo as well but we drop support at some point.

magnus-fahlin-qlik commented 1 week ago

Great, thank you!