chtd / psycopg2cffi

Port to cffi with some speed improvements
Other
177 stars 43 forks source link

compatibility with psycopg2 2.6.1 #63

Open sandys opened 8 years ago

sandys commented 8 years ago

is there a plan to make it compatible with psycopg2 2.6.1 ? there are a few bugs (https://github.com/psycopg/psycopg2/issues/294) that we would love to have in psycopg2cffi

thanks for an awesome library !!

lopuhin commented 8 years ago

@sandys thanks, I'm glad it's useful!

psycopg/psycopg2#294 seems to be about an unlocked mutex, but in psycopg2cffi it should be closed with a with statement, so I hope this bug is not here in the first place (unless you know how to reproduce it).

As for the other issues, I have to check. If there are some issues that affect you most, please share.