On Friday, January 9, 2015 at 1:31:00 PM UTC-8, Dave S wrote: > > > On Thursday, January 8, 2015 at 12:18:35 PM UTC-8, Niphlod wrote: >> >> all working fine in Windows . >> >> > For me, also, but my test case is still a toy app: local access only, > sqlite database, a few hundred entries. But Mozart still shows a birthday > on January 27th. > Running on a W7 laptop. > > For the sake of dotting the 'i's and crossing the 't's that are relevant to the DAL, I'll note that my app uses queries that include features like select, limitby, orderby: results = db((db.tbl.birthdate.month()==request.now.monthy)).select( db.tbl. fields, db.tbl.birthdate, limitby=(0, 75), orderby=~=tbl. birthdate.month()|db.tbl.birthdate.day())
/dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

