When executing query via SOCI Handler, following error occurred.
db column type 32556 not supported for dynamic selects
I want to know whether SOCI supports BINARY_DOUBLE data type.
Answer to your 2nd question:
I want to know whether SOCI supports BINARY_DOUBLE data type.
As it appears, BINARY_DOUBLE
support is implemented in SOCI: Commit reference. But to be released through SOCI4?