Re: [gnome-db] Patch for fixing connection problem in postgresql provider



El sáb, 15 de 02 de 2003 a las 12:49, David Marín Carreño escribió:
> I have found a little bug while connecting to databases using gda
> postgresql provider, when providing the user and password in the
> gda_client_open_connection call: gda didn't give the supplied password to
> postgres, and it cannot connect.
> The bug is in line 400 in gda-postgres-provider.c
> 
> 400c400
> < 	if (!pq_pwd || pq_pwd != '\0')
> ---
> > 	if (!password || *password == '\0')
> 

Fixed in CVS. 
Thanks!
-- 
Gonzalo Paniagua Javier <gonzalo gnome-db org>
http://www.gnome-db.org/~gonzalo/







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]