5 messages in org.postgresql.pgsql-jdbcFwd: Diffrence between 8.0.3 and 8.1.3
FromSent OnAttachments
Yann PICHOTJul 3, 2006 8:19 am 
Kris JurkaJul 3, 2006 8:42 am 
Yann PICHOTJul 4, 2006 11:56 pm 
Kris JurkaJul 5, 2006 12:31 pm 
Yann PICHOTJul 6, 2006 6:16 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Fwd: Diffrence between 8.0.3 and 8.1.3Actions...
From:Yann PICHOT (ypic@gmail.com)
Date:Jul 4, 2006 11:56:37 pm
List:org.postgresql.pgsql-jdbc

---------- Forwarded message ---------- From: Yann PICHOT <ypic@gmail.com> Date: 4 juil. 2006 10:07 Subject: Re: [JDBC] Diffrence between 8.0.3 and 8.1.3 To: Kris Jurka <boo@ejurka.com>

2006/7/3, Yann PICHOT <ypic@gmail.com>:

Yes i describe exactly my test. Tomorrow, i download and install 8.1.4 and i test it again. I do my test with JDK 1.5.

Hi,

I install 8.1.4 and i do test and i have the same problem.

When i use this SQL request : SELECT col1, cast(' ' as varchar(3)) as mycol FROM mytable, getColumnDisplaySize return -5. When i use this SQL request : SELECT col1, cast(' ' as varchar(3)) as mycol, getColumnDisplaySize return 3 !!!!

I do these tests with SQL_ASCII and LATIN9 database code page.

Regards,