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

support for int/bigint arrays #32

Open
jogramming opened this issue Dec 27, 2020 · 1 comment
Open

support for int/bigint arrays #32

jogramming opened this issue Dec 27, 2020 · 1 comment

Comments

@jogramming
Copy link

I was trying to use this but ran into issues with some of my columns having int and bigint arrays, tried to also hack around it by implementing FromValue myself but ran into more issues with Array::Int being only 32bits.

@ckcks12
Copy link

ckcks12 commented Feb 3, 2021

image

https://github.com/ivanceras/rustorm/blob/master/crates/dao/src/value.rs#L81-L103

I found it too. I'm curious about why he commented them out.

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

2 participants