[JDBC] Patch for handling long null terminated strings in JDBC driver

2001-07-12 Thread Barry Lind
The attached patch fixes problems with the JDBC driver handling long null terminated strings. The FE/BE protocol sends in some cases null terminated strings to the client. The docs for the FE/BE protocol state that there is no limit on the size of a null terminated string sent to the client

Re: [JDBC] Patch for handling long null terminated strings in JDBC driver

2001-07-12 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. The attached patch fixes problems with the JDBC driver handling long null terminated strings. The FE/BE protocol sends