arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
183 stars 43 forks source link

Add TTL option to Export #189

Open b-gretsch opened 8 years ago

b-gretsch commented 8 years ago

For exports of big collections users may want to increase the cursor's TTL to a bigger value without having to change the server default.

tomterl commented 8 years ago

If new functionality and grammar/spelling corrections are done, I prefer multiple commits, separating the different types of change.

frankmayer commented 7 years ago

@b-gretsch Thanks for this PR. I would normally agree with @tomterl on this one, however, since this is a really old PR that slipped through, I think it's OK to let this one through without going through the separation process.

However there are a few more steps to get this merged:

1) Provide a test which uses this added functionality 2) Resolve conflicts. 3) Provide the ArangoDB company with a signed CLA, see https://github.com/arangodb/arangodb-php/blob/devel/CONTRIBUTING.md

frankmayer commented 7 years ago

@b-gretsch are you still interested in completing this PR?

frankmayer commented 7 years ago

This PR seems abandoned. Leaving it open for consideration of implementing such functionality.