Re: Using char fields with 7.1.3 driver - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: Using char fields with 7.1.3 driver
Date
Msg-id 200109070138.f871cnm17083@candle.pha.pa.us
Whole thread Raw
In response to Using char fields with 7.1.3 driver  (<jeffdavey@submersion.com>)
List pgsql-jdbc
> I can easily get around this using .trim(), but I'm wondering if that
> should be in the jdbc driver itself (as I'll have to go through a bit of
> code looking for string values being returned).

char() is fixed length, varchar isn't.

>
> Or is this something in the database software itself that you can configure?
>
>
> Also, Is there a "real" Website for the postgres jdbc driver?
> http://jdbc.postgresql.org seems a little outdated.
>
> I wouldn't mind being able to grab the source for the driver and putting in
> this small fix myself.

    http://jdbc.fastcrypt.com

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: "David Wall"
Date:
Subject: Re: Using char fields with 7.1.3 driver
Next
From:
Date:
Subject: [Fwd: Re: Using char fields with 7.1.3 driver]