This PR adds the support for sending the parameters encapsulated as
CBOR.
The implementation makes use of the already available parameter conversion
functionality, which prepares the parameter values as strings.
Consequently, except NULL values (and type), the values will be sent as
strings and have the server do a final conversion to the signaled SQL
type (which is actually also the case with JSON).
This PR adds the support for sending the parameters encapsulated as CBOR.
The implementation makes use of the already available parameter conversion functionality, which prepares the parameter values as strings. Consequently, except NULL values (and type), the values will be sent as strings and have the server do a final conversion to the signaled SQL type (which is actually also the case with JSON).