> So it looks like I can work around the issue by using MySQL-python > instead of the new web.py database module. Or I could revert to > version 0.23 since it works fine, and this appears to be a new issue > with 0.31.
In web.py 0.3x, there were some changes to MySQLDB to return unicode values from the resultset. That could be causing the trouble. It can be disabled by passing charset=None to web.database function when creating the database. Can you please try with that option and let us know the execution time? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
