setMaxFieldSize - Mailing list pgsql-jdbc

From Fernando Nasser
Subject setMaxFieldSize
Date
Msg-id 3EF70188.20908@redhat.com
Whole thread Raw
Responses Re: setMaxFieldSize  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
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@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


pgsql-jdbc by date:

Previous
From: Fernando Nasser
Date:
Subject: Re: Urgent : JDBC problem in PostgreSql for Linux
Next
From: "scott.marlowe"
Date:
Subject: Re: maxconnection