From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
---|---|
To: | Edson Richter <edsonrichter(at)hotmail(dot)com> |
Cc: | List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: JDBC 9.2 DEV not working with Hex bytea output? |
Date: | 2013-04-01 10:53:52 |
Message-ID: | CADK3HHLYLqpqjYmh1_W1F9LuB92rNS7eedJObqiXg9mK_gB2uA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Can you provide us with a test case?
Just to clarify are you using the 9.2 1002 driver ?
Dave Cramer
dave.cramer(at)credativ(dot)ca
http://www.credativ.ca
On Sun, Mar 31, 2013 at 10:32 AM, Edson Richter <edsonrichter(at)hotmail(dot)com>wrote:
> Hi!
>
> I've downloaded source code for JDBC driver in order to output warnings
> during development phase of my application (so I can catch triggers
> messages at client side of the application).
>
> This is the only change I've made (System.out... in addWarning methods -
> there is two: one for connection, one for statement).
>
> Nevertheless, I has been obligated to change "alter database xxx set
> bytea_output='escaped'" in order to work.
>
> In our production databases we have this option set to "hex", and works
> fine - is just with 9.2 DEV 1002 sources.
>
> Is this a known issue?
>
>
> Thanks,
>
> Edson
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-jdbc<http://www.postgresql.org/mailpref/pgsql-jdbc>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Edson Richter | 2013-04-01 11:20:48 | Re: JDBC 9.2 DEV not working with Hex bytea output? |
Previous Message | Nicholas White | 2013-04-01 06:28:13 | Re: JDBC Array double precision [] error |