Hi, I haven't checked 2.1.0a, but I've noticed std::array<char, N> doesn't work with Postgres BYTEA types in 2.0.1. This seems like a notable omission feature given that it's the clean C++11 replacement for char[N], which is supported. Cheers, Andrew