Send binary into a column over ILP

Hello, I cannot find if the binary type is supported over ILP/HTTP. My table as a column with the binary type that I would like to feed with JPEG streams… Could it be possible ?

Hey Gabriel,

It can only be sent via PG Wire at the moment. We could add a workaround to send it via hex-string, as you can do with Long256.

However, we don’t plan to do this. Instead, we plan to add it as a binary type to our new ILP protocol (now on V2). We can currently send doubles and double arrays in binary format, and will extend this further.

But no ETA yet on this I’m afraid.

Which client do you use?