Re: psyucopg2 status

2006-11-07 Thread Jacob Kaplan-Moss
On 11/7/06 2:26 PM, David Blewett wrote: > Just wanted to jump on the band wagon. I've been using psycopg2 for ~6 > months now and haven't had an issue with it. I think this is a really > valid point. We all know things are out of date as soon as they're > printed, but this would be a real shame t

Re: psyucopg2 status

2006-11-07 Thread David Blewett
Gary Doades wrote: > Yeah, I've been using it for a couple of months now with no problems. I > also use it on another project via SQLAlchemy. > > I only really pointed it out when I saw the beta chapters (chapter 2) > for the book. If it still recommends psycopg1 when it comes out it may > look o

Re: psyucopg2 status

2006-11-07 Thread Cheng Zhang
On Nov 7, 2006, at 8:39 AM, Jacob Kaplan-Moss wrote: > > On 11/6/06 6:28 PM, orestis wrote: >> In IRC, Jacob KM told me that he is using psycopg2 everywhere now, >> so I >> think that this should be done. > > Indeed I am; it works just fine. > > For now, I'd just suggest using the "postgresql_

Re: psyucopg2 status

2006-11-07 Thread Gary Doades
Yeah, I've been using it for a couple of months now with no problems. I also use it on another project via SQLAlchemy. I only really pointed it out when I saw the beta chapters (chapter 2) for the book. If it still recommends psycopg1 when it comes out it may look out of date. Jacob Kaplan-Mo

Re: psyucopg2 status

2006-11-06 Thread falcon
I've been using it as well, no problems so far. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from

Re: psyucopg2 status

2006-11-06 Thread Jacob Kaplan-Moss
On 11/6/06 6:28 PM, orestis wrote: > In IRC, Jacob KM told me that he is using psycopg2 everywhere now, so I > think that this should be done. Indeed I am; it works just fine. For now, I'd just suggest using the "postgresql_psycopg2" backend. At some point, we should probably rename that one "

Re: psyucopg2 status

2006-11-06 Thread Russell Keith-Magee
On 11/7/06, Gary Doades <[EMAIL PROTECTED]> wrote: > > I notice that the documentation is still recommending psycopg1 and not > psycopg2 for PostgreSQL. Psycopg2 has been in release status for quite > a while now. The psycopg site is now firmly recommending psycopg2 and > noting that psycopg1 is e

Re: psyucopg2 status

2006-11-06 Thread orestis
In IRC, Jacob KM told me that he is using psycopg2 everywhere now, so I think that this should be done. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email t

psyucopg2 status

2006-11-06 Thread Gary Doades
I notice that the documentation is still recommending psycopg1 and not psycopg2 for PostgreSQL. Psycopg2 has been in release status for quite a while now. The psycopg site is now firmly recommending psycopg2 and noting that psycopg1 is effectively obsolete. It may be better for the documentation,