Re: [gnome-db]0.2.90 tarballs
- From: Gerhard Dieringer <Gerhard Dieringer nexgo de>
- To: Rodrigo Moya <rodrigo gnome-db org>, Vivien Malerba <malerba gnome-db org>
- Cc: GDA <gnome-db-list gnome org>
- Subject: Re: [gnome-db]0.2.90 tarballs
- Date: Wed, 15 Aug 2001 00:36:37 +0200
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.
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\"");
-------
Gerhard
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]