Open GoogleCodeExporter opened 9 years ago
So, to summarize:
Your issue is that the "IS NULL" filter has to be reset by switching back to
the "=" filter?
Original comment by schlabbe...@gmail.com
on 21 Aug 2011 at 6:13
I expect the following:
- No inappropriate navigation buttons - I should not be able to navigate
somewhere that is obviously incompatible with the MYSQL table definitions
- If I choose ANY FILTER I should always have an X button active to get rid of
the filter.
Original comment by possibil...@gmail.com
on 25 Aug 2011 at 10:44
Issue 1161 has been merged into this issue.
Original comment by schlabbe...@gmail.com
on 26 Aug 2011 at 9:15
[deleted comment]
The bugreport states:
"3. Observe empty content table with filter set to IS null and no easy way to
remove filter"
What would be the non-easy way to remove the filter? I have an active "IS NULL"
filter on all tables and it's encredibly annoying... but I can't find a way to
remove it.
Original comment by ra...@future500.nl
on 7 Aug 2012 at 10:27
That is annoying, sorry...
If for each table you change the operator from "IS NULL" to "is" or "=", that
should stick. The problem is that IS NULL is a valid filter for all fields,
and will therefore transfer across on changed selections if there's no filter
saved for the other table already...
Original comment by rowanb@gmail.com
on 7 Aug 2012 at 11:33
No that's just the point - it does not stick. Here's what I have tested sofar:
In any table I select the filter is "IS NULL";
if I change it to "=" and click filter, I get the table contents without
filter;
If I click on a different table and then back to the original table, the filter
is "IS NULL" again.
If I add a filter, say "= 1", I get filtered results;
If I click on a different table and then back to the original table, the filter
is still "= 1" (as expected).
If I remove the filter with the x I get the table contents without filter;
If I click on a different table and then back to the original table, the filter
is "IS NULL" again.
Original comment by ra...@future500.nl
on 7 Aug 2012 at 11:53
If you click on the different table, is that one *also* set to "IS NULL"? That
seems to be the problem here - it's a bit viral. Setting *both* to "=" should
stick.
Original comment by rowanb@gmail.com
on 7 Aug 2012 at 12:21
Ah that explains a lot, including the "no EASY way" comment.
I have reset *all* the table filters and finally killed my viral runaway IS
NULL filter... thanks!
Original comment by ra...@future500.nl
on 7 Aug 2012 at 12:31
This should be Type-Defect, Priority-Medium in my opinion. The "viral" nature
of the IS NULL filter means that half of my hundreds of tables ended up with
"IS NULL" filters, confusing me as to why my tables were empty. Then I had to
Google this issue, and manually go through each table to fix it. Not a small
problem in my mind.
Original comment by ben.cl...@gmail.com
on 13 Apr 2015 at 6:09
Original issue reported on code.google.com by
possibil...@gmail.com
on 15 Aug 2011 at 11:10