[Qgis-developer] fix in postgresprovider

Marco Hugentobler marco.hugentobler at karto.baug.ethz.ch
Wed Dec 27 13:16:20 EST 2006


Dear qgis devs,

I did a fix in the postgresprovider. Because release is so close, it would be 
good if postgis experts could have a look so that the fix doesn't cause other 
problems.

postgresprovider, l. 201

before: mUri.password = password.left(n-1);
now: mUri.password = password.left(n);

thanks,
Marco



More information about the Qgis-developer mailing list