in reply to undocumented example in DBIx::Class
lib/DBIx/Class/Manual/Cookbook.pod 83:_not_ accept search attributes. However one can always chain a sing +le() to 337:The usual operators ( '=', '!=', -in, -not_in, etc.) are supported +.
lib/SQL/Abstract.pm 2228:The reverse operator C<-not_in> generates SQL C<NOT IN> and is us +ed in 2232:(by default : C<1=0>). Similarly, C<< -not_in => [] >> generates 2257:Another pair of operators is C<-between> and C<-not_between>, 2263: -not_between => ['2002-10-01', '2003-02-06'] 2301:database you can use the C<-bool> and C<-not_bool> operators.
|
|---|