Re: [web2py] typos in new documentation?

2010-02-24 Thread Jonathan Lundell
On Feb 24, 2010, at 10:22 AM, Thadeus Burgess wrote: > Massimo this looks like an issue with the latex converter ? > > I cannot get it to see the tilde for the life of me. Here's the html source for that line: You can fetch the records sorted by name in reverse order (notice the \verb! ~): .

Re: [web2py] typos in new documentation?

2010-02-24 Thread Thadeus Burgess
Massimo this looks like an issue with the latex converter ? I cannot get it to see the tilde for the life of me. -Thadeus On Wed, Feb 24, 2010 at 8:57 AM, aure wrote: > Here is what reads on page "6.5. Query, Set, Rows", in part "orderby, > groupby, limitby, distinct": > --- > You can fetch

[web2py] typos in new documentation?

2010-02-24 Thread aure
Here is what reads on page "6.5. Query, Set, Rows", in part "orderby, groupby, limitby, distinct": --- You can fetch the records sorted by name in reverse order (notice the !): >>> for row in db().select(db.person.ALL, orderby= db.person.name): print row.name Carl Bob Alex --- There is