Re: setMaxFieldSize

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Barry Lind <blind(at)xythos(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org, Kim Ho <kho(at)redhat(dot)com>
Subject: Re: setMaxFieldSize
Date: 2003-06-23 16:36:55
Message-ID: 3EF72CA7.4090803@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Barry Lind wrote:
> Fernando,
>
> No reason that I can think of. That code predates my involvement.
>
> thanks,
> --Barry
>

We will try and fix it then.

Thanks Barry.

Regards,
Fernando

> Fernando Nasser wrote:
>
>> Can you someone tell me why we do not implement this? The comment
>> does not explain why the "NOT!".
>>
>> All we have to do is to properly truncate the received values. If this
>> is a good programming practice or not it is debatable, but it is in
>> the JDBC standard anyway. It may even be useful for some applications
>> out there.
>>
>>
>> /*
>> * Sets the maxFieldSize - NOT! - We throw an SQLException just
>> * to inform them to stop doing this.
>> *
>> * @param max the new max column size limit; zero means unlimited
>> * @exception SQLException if a database access error occurs
>> */
>> public void setMaxFieldSize(int max) throws SQLException
>> {
>> throw new PSQLException("postgresql.stat.maxfieldsize");
>> }
>>
>
>
>
>

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jean-Christian Imbeault 2003-06-23 21:55:54 Re: Problems with writing EUC-JP/Unicode to console or file
Previous Message Barry Lind 2003-06-23 16:05:01 Re: setMaxFieldSize