luvit-mysql icon indicating copy to clipboard operation
luvit-mysql copied to clipboard

Selecting when a field is null

Open Leka74 opened this issue 7 years ago • 1 comments
trafficstars

There seems to be an issue with selecting rows when a field is null, even though I'm not mentioning the field in the query at all.

Here's an example: SELECT * FROM accounts WHERE username='JohnDoe'

This won't return any rows if the field verified on the table (or any other) is set to null, if I set it to any other value apart from null, it returns the row normally.

Leka74 avatar Feb 05 '18 14:02 Leka74

I just got this error and go to github/issue. It looks like the project is dead. Very sad.

uriid1 avatar May 04 '22 22:05 uriid1