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

Mssql Money type not supported #141

Closed
Arengard opened this issue Oct 21, 2021 · 6 comments
Closed

Mssql Money type not supported #141

Arengard opened this issue Oct 21, 2021 · 6 comments
Milestone

Comments

@Arengard
Copy link

########################## PanicException: not implemented: Money ######################

@wangxiaoying
Copy link
Contributor

Hi @Arengard , we do not support the Money type in mssql yet. Please check out here for the types that we support.

A quick workaround might be casting the money type into another type that we support in the sql query, like varchar or numeric types.

@wangxiaoying wangxiaoying changed the title mssql -> PanicException: not implemented: Money Mssql Money type not supported Oct 22, 2021
@Arengard
Copy link
Author

is money type gonna be supported???

@wangxiaoying
Copy link
Contributor

is money type gonna be supported???

We will support it in our next release (plan to be on late November). In the meanwhile, it is also welcome to submit a PR on it. Please check out here for how to compile and contribute to the code base.

@wangxiaoying wangxiaoying added this to the 0.2.2 milestone Nov 2, 2021
@wangxiaoying
Copy link
Contributor

wangxiaoying commented Nov 23, 2021

Money type has been added in v0.2.2.

@jtlz2
Copy link

jtlz2 commented Sep 19, 2022

Why do I get

PanicException: not implemented: money

when running a simple query from 0.2.5?

@wangxiaoying
Copy link
Contributor

Why do I get

PanicException: not implemented: money

when running a simple query from 0.2.5?

@jtlz2 That's weird, we have the type money test and it passes in our ci. Can you make sure you are using the latest version of connectorx? If that's still the error, can you provide an example (queries for table creation and insert example data into it) so we can reproduce the error?

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

3 participants