Skip to content

Conversation

bjori
Copy link
Contributor

@bjori bjori commented Dec 7, 2015

https://jira.mongodb.org/browse/PHPC-502

<?php $opts = array ( 'allowPartialResults' => false, 'batchSize' => 101, 'comment' => '', 'cursorType' => 0, 'limit' => 1, 'maxTimeMS' => 0, 'modifiers' => array ( ), 'noCursorTimeout' => false, 'oplogReplay' => false, 'projection' => array ( ), 'skip' => 0, 'sort' => array ( ), 'cursorFlags' => 0, ); $m = new MongoDB\Driver\Manager("mongodb://localhost:27017"); $q = new MongoDB\Driver\Query(array(), $opts); $m->executeQuery("dbname.collname", $q); echo "I'm alive\n"; 
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does nadastrada mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"nada" means "nothing", "strada" means "road" and rimes with "nada".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realise that, but what meaning does it have in the code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing. It can be any value, its not used.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK - that needs to be changed to something descriptive then.

@bjori bjori mentioned this pull request Dec 9, 2015
@derickr
Copy link
Contributor

derickr commented Dec 10, 2015

Merged. Thanks!

@derickr derickr closed this Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants