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
when inferring the type of int64 and uint64, it defaults to SqlInteger instead of SqlBigInt
I get the following error:
[INVALID_PARAMETER_MARKER_VALUE.INVALID_VALUE_FOR_DATA_TYPE] An invalid parameter mapping was provided: the value '1727794461976117000' for parameter 'hst_cursor' cannot be cast to INT because it is malformed. SQLSTATE: 22023
Found in 1.6.1
source: https://github.com/databricks/databricks-sql-go/blob/v1.6.1/parameters.go#L140-L145
when inferring the type of
int64
anduint64
, it defaults toSqlInteger
instead ofSqlBigInt
I get the following error:
example db parameter:
I can work around this for now by setting the dbsql.Parameter type, but this looks like a bug in the
inferType
functionThe text was updated successfully, but these errors were encountered: