Re: Problem with PostgreSQL JDBC driver - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Problem with PostgreSQL JDBC driver
Date
Msg-id 4172D688.8060502@opencloud.com
Whole thread Raw
In response to Problem with PostgreSQL JDBC driver  (Németh György <gyorgy.nemeth@eduware.hu>)
List 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

pgsql-jdbc by date:

Previous
From: Németh György
Date:
Subject: Problem with PostgreSQL JDBC driver
Next
From: Kris Jurka
Date:
Subject: Re: setBinaryStream can abandon connection