[Zope] Zope/PostgreSQL/PoPy

Russell Hires rhires@earthlink.net
Thu, 23 Aug 2001 22:07:47 -0400


No, we want to use PostgreSQL, it does transactions (very desirable). I'm=
 not=20
sure about the other DB adapter...I haven't really heard about it. Guess =
I'll=20
check it out...

Russell

On Thursday 23 August 2001 16:08, you wrote:
> Antonio Jes=DAS Carrasco Garc=CDA wrote:
> > So..., what can we do?. I have been looking for information in some
> > PostGreSQL docs, Python docs, Zope docs (ZSQL Method), but nothing. I=
=B4m
> > sure it works for float and int types, but with string or nb, it does=
n=B4t
> > work. the error line in PoPy_DA.py is:
> >     find=3Dstring.find
> > So, is it a "casting" problem of python, or PostGreSQL?.
> > Are we going to use another db (MySQL, Gadfly (;-D), ...) to solve ou=
r
> > problem?
> > Who can say us something about how to solve the problem?.
> >
> > This a serious thread of Zope Mail. "To use, or not to use PostGreSQL=
,
> > this is our question"
>
> wrong question... it should be "To use, or not to use PoPy, this is our
> question."
>
> We use Psycopg and have had no problems.
> http://initd.org/Software/psycopg/