Jeremy Mikola
|
c0046a3e63
|
PHPC-673: Fix Cursor::isDead() tests for mongoc_cursor_is_alive()
This changes our tests based on upstream fixes for mongoc_cursor_is_alive() in CDRIVER-1221.
|
2016-05-17 16:12:13 -04:00 |
|
Jeremy Mikola
|
78839bde83
|
PHPC-688: Change Cursor debug handler to use libmongoc public API
This significantly alters the structure of the Cursor's debug output, since we not longer have access to private fields within mongoc_cursor_t.
|
2016-05-06 11:48:31 -04:00 |
|
Jeremy Mikola
|
e2209d50b8
|
PHPC-689: Use mongoc_cursor_set_hint() for query/command execution
Test changes were necessary because mongoc_cursor_set_hint() forces the slaveOk flag (CDRIVER-903).
|
2016-04-29 14:32:09 -04:00 |
|
Hannes Magnusson
|
49225e1dc7
|
PHPC-495: Upgrade bundled libbson and libmongoc to 1.3.0
|
2015-12-02 18:11:46 +00:00 |
|
Jeremy Mikola
|
6eb0944565
|
PHPC-319: Convert top-level documents to stdClass by default
Update tests to expect stdClass for documents. Debug handlers and the Server getter methods will still decode documents as native arrays.
|
2015-07-11 00:38:05 -04:00 |
|
Hannes Magnusson
|
131658e8fa
|
Improve test organization
|
2015-05-13 19:52:31 -07:00 |
|