[PATCH] Comments in PGbytea byte[] to pgstring conversion

From: Michael Paesold <mpaesold(at)gmx(dot)at>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [PATCH] Comments in PGbytea byte[] to pgstring conversion
Date: 2006-11-05 21:28:30
Message-ID: 454E577E.3040904@gmx.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Change the comments in org.postgresql.util.PGbytea to clarify that the
backslashes are given twice as often as required by the backend because
of how Java processes string literals (and not because of the backend's
parser).

Best Regards
Michael Paesold

Attachment Content-Type Size
bytea-to-pgstring-comments.patch text/x-patch 1.6 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-11-06 05:46:59 Re: [PATCH] Escaping of SAVEPOINT names
Previous Message Michael Paesold 2006-11-05 21:18:44 [PATCH] Escaping of SAVEPOINT names