On 03-Dec-07, at 9:34 AM, Scott Graham wrote:
> > Hi > > I'm having trouble getting NOW() to work using web.db. In the > following code, the sql that's printed out looks OK (I think?) but the > database complains that the value is out of range. Below is test code > and the output that I get. Something obvious/dumb that anyone can > see?? Looks like there web.update and SQLLiteral doesn't well together. Use web.query instead of update. This is already discussed here. http://groups.google.com/group/webpy/browse_thread/thread/46117769e832c9a8/669fb670e44f205a --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
