> So, no need to encode anything in webpy or templator and everything > works perfectly by default, if we take care to change the line 124 > db.py this way: > > #self.items = [str(items)] # old > self.items = [items]
That shouldn't harm you if you building the query in the right way. Looks like you are adding the values directly to the query instead of passing them using $-substitutions. Can you let me know how you are constructing the query? Anand --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
