Hi,

On Sat, Jul 31, 2010 at 03:37, Vladimir Darmanian <
[email protected]> wrote:

> Hey guys,
>
> That error has indeed been fixed in the dev branch so thank you.
>
> However I've uncovered more problems.
>
> 1) the tuple example does not create the specified index in the database.
>

You have to use the ensure-table word in a with-db context to create the
indexes. This is missing in the documented example.


>
> 2) How do you use the +unique+ and other singletons for indexes?  I  don't
> get it...
>

They're not used anywhere at the moment. I'll remove them.


>
> 3) There is no >multi word for updating more than one row at once - which I
> think is of high importance.
>

I've added a >multi word in my development branch
([email protected]:x6j8x/factor.git
mongodb-changes). You cannot just add fields to the Mongodb messages - the
db will simply reject them (the wire format of the message is described
here: http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol)

Sascha
-- 
Through the darkness of future past
the magician longs to see
One chants out between two worlds
Fire walk with me.
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to