Firstly I'm getting some weirdness if I try to select from a dynamic
table:

table = 'meta_data_'+post_data['post_type']
meta_data = web.select(table, what='*',
where='post_id='+web.db.sqlquote(post_id))

Gives me an error because it tries to explode the string from the
variable 'table' into a series of table names. So it's trying to
"SELECT * FROM m, e, t, a, _,..."

Is this something I ought to know, or a minor bug?


Secondly, is there a way to send POST data with a web.redirect() call?

Thanks for any thoughts,

-Dougal


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to