atom feed11 messages in com.googlegroups.mongodb-userRe: ActionScript 3 Driver Help
FromSent OnAttachments
Omar GonzalezMay 26, 2011 9:32 pm 
Kyle BankerMay 26, 2011 11:59 pm 
NatMay 27, 2011 12:36 am 
Omar GonzalezMay 27, 2011 12:54 am 
Omar GonzalezMay 27, 2011 12:56 am 
NatMay 27, 2011 1:01 am 
Omar GonzalezMay 27, 2011 1:10 am 
Omar GonzalezMay 27, 2011 1:14 am 
NatMay 27, 2011 1:19 am 
Omar GonzalezMay 27, 2011 1:27 am 
Omar GonzalezMay 27, 2011 1:48 am 
Subject:Re: ActionScript 3 Driver Help
From:Omar Gonzalez ("oma@gmail.com)
Date:May 27, 2011 12:56:38 am
List:com.googlegroups.mongodb-user

I'm not using a dictionary type. I'm using a plain object {authenticate:1,...} etc, and then encoding it to BSON using the BSON implementation found here: https://github.com/argoncloud/ActionBSON

I know the BSON encoder works cause I'm making the getnonce call successfully.

Its the command for authenticate that I can't get to work.

On May 27, 12:36 am, Nat <nat.@gmail.com> wrote:

$cmd.find() requires the command to be the first parameter. Are you using dictionary type? It's an unordered map. You might need to modify it a bit to make it perform as associative array / ordered maphttp://cookbooks.adobe.