- 12 May, 2015 14 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
This also adjusts some API doc settings and removes various options where we were supplying default values.
-
Jeremy Mikola authored
Update docs and code examples for 0.2
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
PHPLIB-105: Remove Collection::VERSION constant
-
Jeremy Mikola authored
-
Jeremy Mikola authored
PHPLIB-83: Extend driver exceptions
-
Jeremy Mikola authored
-
Jeremy Mikola authored
PHPLIB-87: Remove manual bsonSerialize() call
-
Jeremy Mikola authored
-
- 07 May, 2015 1 commit
-
-
Jeremy Mikola authored
Compatibility with ext-mongodb 0.6
-
- 05 May, 2015 3 commits
-
-
Jeremy Mikola authored
As of PHPC-255, we cannot rewind a Cursor. PHPLIB-81 will ultimately change this by caching results; however, there is also no need to assert the iterator count here, since we're asserting the name during iteration (two CollectionInfo results would not share the same name).
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
- 03 May, 2015 10 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
- 30 Apr, 2015 12 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Per PHPLIB-93, these classes should always have an ID, regardless of whether the driver needed to generate one.
-
Jeremy Mikola authored
PHPLIB-89: String getters for Database and Collection classes
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
This should avoid hanging test builds if mongod fails to start.
-
Jeremy Mikola authored
We need to account for differing service names between 2.4 and 2.6+.
-
Jeremy Mikola authored
nModified is not provided for legacy write ops, so we should not check for it. Once PHPC-278 is implemented, we can change these assertions to check for null exactly.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
This adds intelligent detection for the useCursor option's default value. Additionally, server 2.4 does not support any of the aggregate command options of newer servers, so we must not specify default values. The array_map() conversion for inline aggregation results is not ideal, but we can revisit that in PHPLIB-100.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Earlier server versions incorrectly return an empty document instead of null. Thankfully, we can detect this edge case given the command result and input options.
-