Re: [gnome-db]0.2.90 tarballs



On 15 Aug 2001 00:36:37 +0200, Gerhard Dieringer wrote:
> Hi Rodrigo and Vivien,
> 
> thanx for your help. I solved one of the problems. I had not changed the
> provider-name from 
> OAFIID:GNOME_GDA_Provider_Postgres_ConnectionFactory to the new name
> OAFIID:GNOME_GDA_Provider_Postgres_Connection
> 
> Now gnomedb-fe works fine. :-))
> 
> I still had some problems with gASQL. I found the problems in
> gda-postgres-connection.c.
>
hmm, this is something that should be updated automatically, but well,
it seems a bit late since the release is already out :-(

> It has to be changed for postgreSQL 7.1.X (I'm using 7.1.2). The following
> patch solves the problems:
> 
> diff gda-postgres-connection.c.orig gda-postgres-connection.c
> 1071c1071
> < 			      "AND b.inhrel = ");
> ---
> > 			      "AND b.inhrelid = ");
> 1618c1618
> < 	g_string_append (query, "ORDER BY aggname, typname");
> ---
> > 	g_string_append (query, "ORDER BY \"Name\", \"IN Type\"");
> 
> 
I'll let Vivien comment on this, since this change could affect other
versions. So, please let's wait for what Vivien says.

cheers
-- 
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/




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