Hi!

just tryed the DAL with a couchdb connection but a simple query like
that gave me this error:

ServerError: (500, (u'compilation_error', u'Expression does not eval to
a function. ((new String("(function(simple){if((simple.age >
0L))emit(simple._id,[simple._id,simple.name,simple.age,simple.pressure]);})")))'))

I found that the value (0L in this case) have to be between ""

the correct version of the query is: (function(simple){if((simple.age >
"0L"))emit(simple._id,[simple._id,simple.name,simple.age,simple.pressure]);})
that tested under the Futon web interface it gave me the expected result...

is it a known bug?

I'm using version 2.4.6-stable+timestamp.2013.05.03.22.24.45

Cheers

    Manuele

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to