RBr
RBr
That actually seems to work, judging from the tests. I'm not entirely sure, why, though ... Since the code I have to maintain works very extensively with arrays, I would...
That's a good point you make there. Intuitively I would answer that with `$table->where($col, "'IS NOT NULL'");` but it's not really ideal considering backwards compatibility ... do you have a...
So I guess it would be better to remove the new code in `Result.php` and just add more tests. I also think that the documentation could be enhanced in that...