qgis-0.10-alt-fix-postgres-provider.diff
| qgis_0.10svn8378/src/providers/postgres/qgspostgresprovider.cpp 2008-04-25 09:27:56 +0400 | ||
|---|---|---|
| 281 | 281 |
{
|
| 282 | 282 |
QgsDebugMsg( QString("Using cached connection for %1").arg(conninfo) );
|
| 283 | 283 |
connections[conninfo]->ref++; |
| 284 |
postgisVersion(connections[conninfo]->conn); |
|
| 284 | 285 |
return connections[conninfo]->conn; |
| 285 | 286 |
} |
| 286 | 287 | |