question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IN operator doesn't work with integer/double data types

See original GitHub issue

Bug: the IN operator requires the use of , to separate the multiple values. However, when setting a column’s data type as integer or double, Chrome prevents input of , and strips away the , when copy-pasting a list of values. The values separator filter option is intended only for text input types.

Edit: in Firefox it allows you to input the , but it isn’t validated so it’s fairly confusing.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mistic100commented, May 15, 2018

And the defaut_value should be coherent, thus an array

0reactions
priyank-purohitcommented, May 15, 2018

Ah, got it. Thank you!

Edit: final working example for any straggler who got here: https://jsfiddle.net/54q2qhf9/11/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why I can't use + operator with Integer and Double in generic ...
The simplest solution is to use double which can store every possible int values. public static double addition(double first, ...
Read more >
Can the % operater be used on all data types in C? - Quora
No %( modulus ) operator is used to find remainder · It can be used for data types are integer , float ,and...
Read more >
Troubleshooting Data Types - Visual Basic - Microsoft Learn
When you work with floating-point numbers (Single Data Type and Double Data Type), remember that they are stored as binary fractions.
Read more >
Primitive Data Types (The Java™ Tutorials > Learning the ...
Use the Integer class to use int data type as an unsigned integer. See the section The Number Classes for more information.
Read more >
Variables and operators | Think Java | Trinket
Each variable has a type that determines what kind of values it can store. For example, the int type can store integers, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found