Hi, I'm using web.py to query a postgres 8.2 database. I need to set datestyle for some of the queries. Is there a way to execute arbitrary commands, such as:
set datestyle to POSTGRES; against postgres through the web.py inteface, i.e. in the style of web.select, web.insert, web.update, and web.delete? I guess I could do this through psycopg2 but it wasn't clear to me that I could get the same instance from up in the web code. Thanks, David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
