Andrew Razumovskiy

Results 6 comments of Andrew Razumovskiy

@larskluge What do you mean "but is in parts very inflexible"?

This happens while manual building. I checked, I have pqexpbuffer.h in /opt/postgresql/pg96/include/postgresql/internal which is included -I/opt/postgresql/pg96/include and in replication.c it is included also: #include internal/pqexpbuffer.h so, what is wrong? may...

I store raw binary files in CH (png, pdf, txt, excel), and I want to download them as is, in binary mode

ResultSetImpl#getBytes throws "Column is not of array type" ResultSetImpl#getBinaryStream returns "BinaryStream is not yet supported" (v0.9.1)

I tried to use jooq, but in the end fall back to native java