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

How do you set a value to null in the data browser? #252

Closed
JC3 opened this issue Apr 11, 2015 · 5 comments
Closed

How do you set a value to null in the data browser? #252

JC3 opened this issue Apr 11, 2015 · 5 comments
Labels

Comments

@JC3
Copy link

JC3 commented Apr 11, 2015

How do you set a value to null in the data browser, aside from doing it directly with a sql query?

I couldn't find anything in the wiki or browsing around through the application.

Sorry, but I was unable to find a way to contact you besides filing a bug report.

Thanks.

@justinclift
Copy link
Member

A bug report is fine. 😄

I had a similar question not long ago too... and it turns out there's a bug in the current release which makes it hard.

First you'll probably want to grab the latest nightly build (has the bug fixed).

Then, to set a null value you edit the cell in question, then "clear" the field (there's a button).
01
02

The result should be a NULL field:
screen shot 2015-04-11 at 03 51 48

Let me know if that doesn't work for you? 😄

@JC3
Copy link
Author

JC3 commented Apr 11, 2015

Thanks. The "clear" button was the first thing I tried, which didn't work. But I tried again after reading your reply and realized there's a bug that if the value is non-null but empty, "clear" doesn't change it to null (it only works if the current value is not empty). That's what got me. I'm going to file an issue report, unless that's the bug you were referring to?

Thanks again,
J

@justinclift
Copy link
Member

Hmmm, it's similar to that, so it might be the same thing.

Would you be ok to try the latest nightly build and see if it still happens wrongly there?

@JC3
Copy link
Author

JC3 commented Apr 11, 2015

Good news: It works properly in the current nightly build.

@justinclift
Copy link
Member

Awesome. Thanks for trying it out to be sure. 😁

@JC3 JC3 closed this as completed Apr 11, 2015
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