[BUGS] JDBC driver throws unfriendly exceptions

2001-02-07 Thread Jered Floyd
POSTGRESQL BUG REPORT TEMPLATE Your name : Jered Floyd Your email address : [EMAIL

[BUGS] byteain() doesn't parse correctly

2001-02-07 Thread Jered Floyd
POSTGRESQL BUG REPORT TEMPLATE Your name : Jered Floyd Your email address : [EMAIL

[BUGS] JDBC driver doesn't allow access to BYTEA types via get/setBytes()

2001-02-07 Thread Jered Floyd
POSTGRESQL BUG REPORT TEMPLATE Your name : Jered Floyd Your email address : [EMAIL

Re: [BUGS] byteain() doesn't parse correctly

2001-02-12 Thread Jered Floyd
Tom Lane <[EMAIL PROTECTED]> writes: > You're right, there are multiple levels of parsing going on. The > string-literal parser gets first crack before the type-specific > input converter does. If you don't allow for that when counting > backslashes etc, you'll get confused for sure. Argh. This