Re: [SQLObject] Having trouble with queryall under postgresql...

2008-06-07 Thread jonhattan
Sam's Lists escribió: > This used to work pretty well under mysql but I'm now having trouble > with the following under postgresql: > > #!/usr/bin/env python > > import sqlobject > connection = > sqlobject.connectionForURI("postgres://connection_string_here") > sqlobject.sqlhub.processConnection =

[SQLObject] Having trouble with queryall under postgresql...

2008-06-03 Thread Sam's Lists
This used to work pretty well under mysql but I'm now having trouble with the following under postgresql: #!/usr/bin/env python import sqlobject connection = sqlobject.connectionForURI("postgres://connection_string_here") sqlobject.sqlhub.processConnection = connection def qa(query): print "