mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2641: Allow int32 or int64 for getMore cursor ID #1427

Closed jmikola closed 1 year ago

jmikola commented 1 year ago

This accommodate drivers that encode BSON integers according to their range and is consistent with what is done in most other spec tests.

Please complete the following before merging:

jmikola commented 1 year ago

POC: https://github.com/mongodb/mongo-php-library/pull/1089