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

loosen assumption that numeric columns can be cast to double #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schrobot
Copy link

Fix to allow non-Double types in numeric columns. Currently having anything but double/Double in a numeric column results in a ClassCastException in fetch(...) method. This fix only requires a subclass of Number for numeric columns.

@s-u
Copy link
Owner

s-u commented Feb 7, 2017

Can you, please, provide an example where this matters? Given the extra cost I'd like to understand when exactly this will get triggered.

@s-u s-u force-pushed the master branch 5 times, most recently from 30654b9 to 7675ca0 Compare March 12, 2021 02:41
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

Successfully merging this pull request may close these issues.

2 participants