7.1 RPM has old JDBC driver - SQL statement too long

From: Adam Rossi <adam(dot)rossi(at)platinumsolutions(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: 7.1 RPM has old JDBC driver - SQL statement too long
Date: 2001-04-19 04:06:51
Message-ID: 01041900065100.00960@SOLO.PSGROUP
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

I just wanted to pass this along to everyone checking out the new 7.1
release. The jdbc jars that are included with the current RPM's are from the
7.0.3 release. So if you try to take advantage of the new unlimited size text
fields, you will get the familiar "SQL statement too long" error when you try
to do an insert of text greater then 8k.

To get the new 7.1 jdbc driver, the only place I have been able to find it is
in the source tarball. You have to make the jar using the instructions in the
jdbc readme. Once you get a proper make, the new jar will allow large text
inserts and selects. Finally, no more limitations!

I hope this helps someone.

- Adam
--
Adam Rossi
President, PlatinumSolutions, Inc.
adam(dot)rossi(at)platinumsolutions(dot)com
http://www.platinumsolutions.com
P.O. Box 31 Oakton, VA 22124
PH: 703.471.9793 FAX: 703.471.7140

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Inoue 2001-04-19 04:16:06 Re: MS Access 97 ODBC opens 2 connections to the backend?
Previous Message Tim Frank 2001-04-19 03:06:51 MS Access 97 ODBC opens 2 connections to the backend?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mike Cannon-Brookes 2001-04-19 04:12:11 RE: JDBC Driver under load
Previous Message Steven Smith 2001-04-19 02:08:24 InputStream as parameter not supported