Opened 15 years ago
Closed 14 years ago
#164 closed defect (fixed)
Upgrade psycopg module to version 2.0.14
Reported by: | jpalmer | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | python, qgis, postgresql | |
Cc: |
Description
I'm using a QGIS python plugin which is trying to connect to a PostgreSQL database server that is using SSPI authentication. However the current version of the psycopg 2.0.6 python module within OSGeo4W is statically compiled against PG lib 8.2.
Could we please upgrade to a newer version of psycopg that supports higher than PostgreSQL 8.2?
Or maybe a better solution is to compile a version of psycopg which is dynamically linked to the PostgreSQL DLL. Then I can just manually upgrade the OSGeo4W PostgreSQL DLLs myself. This relates to #103
Note:
See TracTickets
for help on using tickets.
updated to 2.3.2