Re: Problem with PostgreSQL JDBC driver

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Németh György <gyorgy(dot)nemeth(at)eduware(dot)hu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem with PostgreSQL JDBC driver
Date: 2004-10-17 20:31:04
Message-ID: 4172D688.8060502@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Németh György wrote:

> I have a database with 264 tables and many connections between the tables. I
> use hibernate synchronizer to generate hbm.xml files and from them the java
> classes. I tried 5 or 6 JDBC drivers to generate the hbm.xml files but all
> the time I encountered a bad generation of <set> tags of the xmls. It seems
> to me that synchronizer generates random amount of <set> tags and leaving
> out few one-to-many connections.

It sounds like you should be asking this on the Hibernate lists.. from
your description, it sounds like a problem in Hibernate, not a problem
with the driver.

If you do think it is a driver problem, we'll need a description of
exactly what the driver is doing wrong at the JDBC level.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-10-17 21:15:49 Re: setBinaryStream can abandon connection
Previous Message Oliver Jowett 2004-10-17 19:50:20 Re: setBinaryStream can abandon connection