Re: Using char fields with 7.1.3 driver

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Using char fields with 7.1.3 driver
Дата
Msg-id 200109070138.f871cnm17083@candle.pha.pa.us
обсуждение исходный текст
Ответ на Using char fields with 7.1.3 driver  (<jeffdavey@submersion.com>)
Список 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 по дате отправления:

Предыдущее
От: "David Wall"
Дата:
Сообщение: Re: Using char fields with 7.1.3 driver
Следующее
От:
Дата:
Сообщение: [Fwd: Re: Using char fields with 7.1.3 driver]