Been futzing with this for a hour so I am missing something. This construct works --
rows = db(db.notes.id==1).select() Returning a single rows of content that I expected. However this does not -- rows = db(db.notes.id==request.args[0]).select() where args[0] equals 1, but fails returning an empty rows. Even tried converting to int, same result. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---

