psycopg2 and large queries
Paul Boddie
paul at boddie.org.uk
Thu Dec 18 18:22:59 EST 2008
More information about the Python-list mailing list
Thu Dec 18 18:22:59 EST 2008
- Previous message (by thread): psycopg2 and large queries
- Next message (by thread): psycopg2 and large queries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 Des, 22:28, Laszlo Nagy <gand... at shopzeus.com> wrote: > > I'm just looking for something that can replace psycopg2, because of the > bug mentioned in my original post. Here are my options: > > - psycopg1: development stalled > - psycopg2: memory bug and/or not db api compilant (see my original post) If you want, I can try and dig up those patches I made. > - pyPgSQL: looks like that the last release was in mid 2006 (and it > depends on mxDateTime -> licensing problems) Well, Debian ships mxDateTime, so I suppose the licence is DFSG- compliant, at least. Whether that's enough only you can say, but porting the dependent parts to use the Python standard library datetime implementation might be possible. Paul
- Previous message (by thread): psycopg2 and large queries
- Next message (by thread): psycopg2 and large queries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list