Postgresql-odbc [verified] [LATEST]
return SQL_SUCCESS; Adding support for a PostgreSQL data type (e.g., JSONB with better handling):
// In convert.c SQLRETURN convert_jsonb_to_c( const char *value, SQLSMALLINT target_type, void *target_value, SQLLEN *target_len) postgresql-odbc
curr = curr->next;