Re: [SQLObject] Establishing connections
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Derrick 'd. H. <dm...@dm...> - 2004-07-13 12:46:46
|
On Tue, Jul 13, 2004 at 12:57:50PM +0200, Florian Schulze wrote:
| Hi!
|=20
| I just got the latest source from svn and got some problems.
|=20
| 1. All those "...Connection" compatibility functions in __init__.py don't=
=20
| return the connection object, the return is simply missing. I posted a bu=
g =20
| report (990062).
| 2. Till I found that out, I tried connectionForURI, but I can't figure ou=
t =20
| the format of the URI string. There is no documentation string and I =20
| couldn't find it in the other docs.
I found this somewhere (but now I don't remember where, maybe it was
the code for those compatibility functions).
type://user:pass@host:port/dbname
eg :
postgres://me:secret@localhost/mydb
-D
--=20
If anyone would come after me, he must deny himself and take up his
cross and follow me. For whoever wants to save his life will lose it,
but whoever loses his life for me and for the gospel will save it. What
good is it for a man to gain the whole world, yet forfeit his soul? Or
what can a man give in exchange for his soul?
Mark 8:34-37
=20
www: http://dman13.dyndns.org/~dman/ jabber: dm...@dm....=
org
|