I can't seem to get a select to work right (webpy .23)
result = web.select('products', where='name="Standard"') => error
result = web.select('products', where='name="Standard"',_test=True) =>
works but nothing returned
(also don't see sql statement in terminal)
is there an easy way to run this at command line to look at what's being
returned ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---