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

In table filter criterion editor, big values cause error #463

Open
leehart opened this issue Jan 7, 2019 · 2 comments
Open

In table filter criterion editor, big values cause error #463

leehart opened this issue Jan 7, 2019 · 2 comments
Labels

Comments

@leehart
Copy link
Collaborator

leehart commented Jan 7, 2019

Home > Data > P.f.6.0 Release > Variants
Click "Add filter"
Click "Add criterion"
Select "Position" column
Enter "10000000000" (10 billion) (auto-formats to "10,000,000,000")
Click "Apply"
See error symbol and no explanation message.
(Console shows "500 (Server Error)")

(No error happens when entering lower numbers, e.g. "1000000000".)

@benjeffery
Copy link
Collaborator

From monetdb: OperationalError: 22018!conversion of string '10000000000' to type int failed.

@benjeffery
Copy link
Collaborator

Seem the full solution to this is to raise helpful errors when querying columns of fixed width ints.

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

No branches or pull requests

2 participants