yeah I agree. Currently when I want functions like average I have to write it in Python anyway, so it would be good to use the database when possible. Richard
On Oct 14, 2:34 pm, Thadeus Burgess <[email protected]> wrote: > Could we write python wrappers around the functions that are not supported > for that particular backend? > > -Thadeus > > On Tue, Oct 13, 2009 at 10:12 PM, mdipierro <[email protected]> wrote: > > > On Oct 13, 9:02 pm, "mr.freeze" <[email protected]> wrote: > > > This has probably been asked before but why doesn't the Field class > > > have these?: > > > no > > > > avg, format, round, mid, len, first, last > > > > Is it because they are not common to all databases? > > > yes > > > probably avg and round should be implemented since they are common. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

