Unverified Commit c15c3466 authored by vector-of-bool's avatar vector-of-bool Committed by GitHub
Browse files

CDRIVER-3164 & CDRIVER-4049: Fix 'opts' usage in mongoc_gridfs_bucket_find (#812)

* Fix: mongoc_gridfs_bucket_find not respecting 'opts'

Fix: CDRIVER-3164 and CDRIVER-4049

GridFSBucket.find must forward the 'opts' to the underlying
collection query. Also permit 'opts' to be NULL.

* Sort by metadata instead of uploadDate
parent b18c21ee
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment