I'm reading this doc at present; http://sprox.org/modules/sprox.fillerbase.html.

I can fetch the data I want off the database using my SproxController
(which is basically a RestController with sprox features).

Not sure if the get_value() function supports order_by using multiple
columns. I believe it takes a string value which is the name of the
column you want to order the set by. Just wondering how I can specify
multiple columns there.

The other thing I've noticed is that the desc (order the columns in
descending order) is not functioning as I want it to. I tried
something like below, but the set is still out of order (kind of
random).

value=game_filler.get_value(values={"competition_id":comp_id},limit=100,desc="date")

Has anyone else noticed this?

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to