[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/mongo/ sqltomongo.xml
From:       Peter Cowburn <salathe () php ! net>
Date:       2011-11-30 23:17:32
Message-ID: CAPg3Xx+rnqzncCRCs1KTME16G18Dnn1DRvOQBaegKgV8jR0Zng () mail ! gmail ! com
[Download RAW message or body]

Hi Kristina,

On 30 November 2011 22:09, Kristina Chodorow <kristina@10gen.com> wrote:
> That isn't a duplicate, please revert.

Sure it was. There were two rows were:

SELECT a,b FROM users WHERE age=33	$db->users->find(array("age" =>
33), array("a" => 1, "b" => 1));
SELECT a,b FROM users WHERE age=33	$db->users->find(array("age" =>
33), array("a" => 1, "b" => 1));

I've looked over and over, either I'm going loopy (there's a chance)
or the row was duplicated.

>
>
> On Wed, Nov 30, 2011 at 4:35 PM, Peter Cowburn <salathe@php.net> wrote:
>>
>> salathe                                  Wed, 30 Nov 2011 21:35:28 +0000
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=320210
>>
>> Log:
>> remove duplicate in SQL to Mongo examples (thanks "The Fat Cat")
>>
>> Changed paths:
>>    U   phpdoc/en/trunk/reference/mongo/sqltomongo.xml
>>
>> Modified: phpdoc/en/trunk/reference/mongo/sqltomongo.xml
>> ===================================================================
>> --- phpdoc/en/trunk/reference/mongo/sqltomongo.xml      2011-11-30
>> 21:32:02 UTC (rev 320209)
>> +++ phpdoc/en/trunk/reference/mongo/sqltomongo.xml      2011-11-30
>> 21:35:28 UTC (rev 320210)
>> @@ -60,14 +60,6 @@
>>      </row>
>>      <row>
>>       <entry>
>> -       <literal>SELECT a,b FROM users WHERE age=33</literal>
>> -      </entry>
>> -      <entry>
>> -       <literal>$db->users->find(array("age" => 33), array("a" => 1, "b"
>> => 1));</literal>
>> -      </entry>
>> -     </row>
>> -     <row>
>> -      <entry>
>>        <literal>SELECT a,b FROM users WHERE age=33 ORDER BY name</literal>
>>       </entry>
>>       <entry>
>>
>>
>> --
>> PHP Documentation Commits Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic