hi,
just a quick question, maybe already discussed and i missed it. the
wiki pages connected with the book are for additional examples and use
cases. what are the comments for?

for example, i wanted to point out that on this page
http://web2py.com/book/default/section/6/5, in the "and operator"
section there are teo small typos:
a "\" before the & in the section header and this

>>> rows = db((db.person.name=='Alex') & (db.person.id>3)).select()

should be

>>> rows = db((db.person.name=='Alex') & (db.person.id>3)).select()

where is the most appropriate place for such things? thanks

On Feb 12, 2:30 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> http://web2py.com/book
>
> This is only for testing purposes.
> Please try get an account and send me some feedback.
>
> You can try post and edit  comments/wiki pages.
>
> I will reset the database in the next couple of days so do not be
> surprised if you loose your account and changes.
>
> I will also try port over AlterEgo data and merge with appliances.
>
> Massimo

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to