Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Float64 results in a column of varchar #333

Open
JockLawrie opened this issue Feb 26, 2022 · 1 comment
Open

Loading Float64 results in a column of varchar #333

JockLawrie opened this issue Feb 26, 2022 · 1 comment

Comments

@JockLawrie
Copy link

Hi there,

I'm loading a DataFrame into SQL Server using ODBC.load.
The data to be loaded has a column of Float64.
Once loaded, the corresponding column in SQL Server has type varchar.
Am I doing something wrong?
Is there a workaround?

Cheers,
Jock

@JockLawrie
Copy link
Author

A little more detail:
The Azure VM I'm working on is 64-bit and runs 64-bit SQL Server with a 64-bit DSN.
Loading a column of Float32 results in a column with type (real,null).
Loading a column of Float64 results in a column with type (varchar(8000),null).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant