josefmezera / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

PgServer binary transmission of query params is unimplemented #477

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of the Postgres 9.2 JDBC driver; binary transfer is now enabled by default. 
See: https://wiki.postgresql.org/wiki/JDBC-BinaryTransfer for more information.

At present the PgServerThread will try and translate the data to a string and 
issue a warning. This does not work in many cases. It seems pertinent to add 
implementations for the current TODO notes around handling this binary data.

Original issue reported on code.google.com by arbfrank...@gmail.com on 9 Jun 2013 at 8:27

GoogleCodeExporter commented 9 years ago
I have pushed a patch to my development branch at 
https://github.com/arbfranklin/h2database/commit/d71313fcf6e8240ebd28db8d0e758ec
58bee4418. It's relative to my prior enhancements. Depending on whether you 
wish to accept this patch and/or the others then I can provide a rebased patch 
as necessary.

Original comment by arbfrank...@gmail.com on 9 Jun 2013 at 8:34

GoogleCodeExporter commented 9 years ago
Committed, thanks.

Original comment by noelgrandin on 18 Jun 2013 at 1:15