From: | "Dieter Cox" <dieter_cox(at)hotmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | possible JDBC bug |
Date: | 2003-03-24 11:46:08 |
Message-ID: | F60EDan9hbsr3ZmKrEz00034f13@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi,
I am having a problem with a program of mine. I am trying to read metadata
from a vey big database. Now this what happend :
I created 100+ tables with names like : t1 , t2 , t3 , ... t150. All the
tables are correctly inserted in the database with their keys all correct.
When I try to read the metadata for this database, the keys for all tables
which contain a '0' in their name, are corrupted. I mean that the fields are
unspecified
of the names of the fields are cut off !
When i try to do this with a smaller database (eg : 99 tables) all works
perfect. Above 100 tables it goed wrong.
I tried making a DB without numbers in table names and this also works
perfect, even above 250 tables.
Is this a known bug?
i'm using :
Driver: PostgreSQL Native Driver, PostgreSQL 7.3.1 JDBC3 jdbc driver build
108
DBMS: PostgreSQL, 7.2.2
thx,
Dieter
_________________________________________________________________
MSN Search, for relevant search results! http://search.msn.be
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2003-03-24 13:59:54 | Re: possible JDBC bug |
Previous Message | Shanmugasundaram Doraisamy | 2003-03-24 07:10:18 | connection pooling -Help needed. |