You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds support for the ES/SQL UNSIGNED_LONG type.
Values with this type can be received by the driver and forwarded to the
application as SQL_C_UBIGINT types. The driver will also accept
parameters of this type.
The driver-internal conversion to/from UNSIGNED_LONG is also supported.
The commit also adds logging of the name of the application loading the
driver.
When at the end of a tagged value, the CBOR parser no longer needs to be
skipping the end-of-tag value, since the tagged value won't be inspected
any further.
0 commit comments