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
I'm loading a DataFrame into SQL Server using ODBC.load.
The data to be loaded has a columns of unsigned ints of various sizes...UInt8, UInt16 and UInt32.
The code fails because this type isn't recognised by ODBC.jl.
Is there room on the roadmap for implementing the loading of unsigned integers?
Cheers,
Jock
The text was updated successfully, but these errors were encountered:
Hi there,
I'm loading a
DataFrame
into SQL Server usingODBC.load
.The data to be loaded has a columns of unsigned ints of various sizes...
UInt8
,UInt16
andUInt32
.The code fails because this type isn't recognised by
ODBC.jl
.Is there room on the roadmap for implementing the loading of unsigned integers?
Cheers,
Jock
The text was updated successfully, but these errors were encountered: