Subject: | REGEXP should return NULL when one of its arguments is NULL |
The default "regexp" implementation in DBD::SQLite currently throws a
warning if it gets "undef" for either argument. Instead, I think it
should return NULL as most SQL functions do in that situation.