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

2001-07-14 Thread Bruce Momjian
Thanks. Patch applied. > 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 ter

Re: [PATCHES] Re: [JDBC] [PATCH] Cleanup of JDBC character encoding

2001-07-14 Thread Bruce Momjian
I am having trouble applying this patch to the current CVS tree. The majority of changes fail to apply. Can you give me a patch against current CVS or can someone manually merge the changes into CVS and send me a patch? Thanks. > On Thu, 12 Jul 2001, Bruce Momjian wrote: > > > Your patch ha