[Qgis-developer] Re: fix in postgresprovider

Gavin Macaulay gavin at macaulay.co.nz
Fri Dec 29 01:40:00 EST 2006


Looks fine to me. None of my databases require passwords, so when I did
that bit of code the shortened password wouldn't of caused a problem.

Gavin

> 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