Commit Graph

8 Commits

Author SHA1 Message Date
Jeremy Mikola
d0d57d7313 Ensure libmongoc structs get freed in WriteBatch and WriteConcern 2014-09-23 13:17:22 -04:00
Hannes Magnusson
f8c89f8ba0 Only collect and return the _id if requested - and never $this 2014-07-30 01:52:21 +00:00
Hannes Magnusson
1a32de27b8 fix zts 2014-07-19 03:25:44 +00:00
Hannes Magnusson
e619946d8c Returned generate _id when adding objects to batches 2014-07-19 02:58:53 +00:00
Hannes Magnusson
18dac2fee7 Add the ability to automatically generate _id 2014-07-18 23:43:30 +00:00
Jeremy Mikola
a438cf5c6a Only use GeneratedId for upserts, not inserts
Identifiers generated for inserts will be returned from WriteBatch::insert()
2014-07-18 16:46:44 -04:00
Hannes Magnusson
c9155e397b Add the actual implementation into the PHP API docs
This is used to generate the actual c classes.
- The CIMPL (Simple) section is the C Implementation
- The CEF (Chef) section is the C Definition
2014-07-16 17:59:26 +00:00
Jeremy Mikola
226a32985a PHP-1136: Allow custom cursor classes from command/query results
This commit also restructures the namespaces and some write method APIs.
2014-07-11 15:06:00 -04:00