Commit Graph

5 Commits

Author SHA1 Message Date
Jeremy Mikola
db4fe3dc8b PHPC-2049: BulkWrite and Query support comment option of any type (#1320)
* PHPC-2049: Bump libmongoc and libmongocrypt submodules

libmongoc master (1.22-dev) now depends on libmongocrypt master (1.5-dev).

libmongoc's bundled zlib library was updated to 1.2.12.

* PHPC-2049: BulkWrite and Query support comment option of any type

MongoDB 4.4+ allows a comment option of any type on most commands. Previously, find required a string type and write commands did not support comment at all. The driver does not validate the option and relies on the server to raise an error.

* Fix title and variable access in BulkWrite and Query let option tests

* Fix grammar in php_phongo_bulkwrite_delete_apply_options comment

* Undefine additional Query option macros
2022-05-20 11:11:18 -04:00
Jeremy Mikola
98727aee85 PHPC-2005: Support 'let' option for multiple CRUD commands (#1312) 2022-03-31 17:03:57 -04:00
Andreas Braun
a42ece59cc PHPC-1167: Avoid dangling session pointer in bulk writes (#1156) 2020-07-31 14:13:51 +02:00
Jeremy Mikola
0b200dda09 PHPC-1133: Remove unused includes in SKIPIF and FILE sections 2018-02-27 09:48:25 -05:00
Jeremy Mikola
18bc299824 PHPC-684: Report bypassDocumentValidation in BulkWrite debug output 2016-04-27 13:02:21 -04:00