postgres-nio icon indicating copy to clipboard operation
postgres-nio copied to clipboard

Automatic [UInt8] to bytea conversion

Open tanner0101 opened this issue 6 years ago • 0 comments

Currently, [UInt8] gets the default array PostgresData conformance which results in byte[]. Ideally, this should create bytea which is Postgres' preferred storage format for an array of bytes.

tanner0101 avatar Jun 25 '19 22:06 tanner0101