Ignore:
Timestamp:
01/27/16 17:11:19 (8 years ago)
Author:
nanardon
Message:

Fix SQL on search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/objects.pm

    r1672 r1677  
    815815                q{select ikey from %s where %s%s %s}, 
    816816                $base->db->quote_identifier($class->_object_table), 
     817                $base->db->quote_identifier($attribute->iname), 
    817818                ($mode eq '~' ? '::text' : ''), 
    818                 $base->db->quote_identifier($attribute->iname), 
    819819                $val eq '*' 
    820820                    ? 'is not NULL' 
Note: See TracChangeset for help on using the changeset viewer.