I guess to do this may need to modify web.py source -- maybe it is a good idea to "escape" sql keywords, e.g make insert => [insert], but that may have a problem of sql dialects... I wonder if it worths, or ask yourself, why you need to use a keyword as column name?
On 11月12日, 上午12时50分, Ferran Fontcuberta <[email protected]> wrote: > I'm trying to do a db.insert('table', insert=...) > > It is possible to do this or i need to use db.query?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
