Subject: | The docs don't discuss undef/NULL sufficiently |
Some people expect a \%where of { foo => undef } to match NULLs. Others are smarter. Neither group is catered for in the docs.
Currently the only mention of NULL in the docs is in the Literal SQL section where it's casually used in an example without comment.
The docs should point out the gotcha for the novice and discuss alternative approaches.
You could also call this ticket a request for better handling of undef/NULL values in SQL::Abstract.
Specifically some way to indicate that a particular clause should be "undef capable".
See the NULL Value section of http://search.cpan.org/~timb/DBI-1.611/DBI.pm#Placeholders_and_Bind_Values