Changeset 2449


Ignore:
Timestamp:
11/05/20 15:45:20 (4 years ago)
Author:
nanardon
Message:

Fix: column reference oalias is ambiguous

File:
1 edited

Legend:

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

    r2448 r2449  
    3636            $base->db->quote_identifier($class->_object_table), 
    3737            $base->db->quote_identifier($class->_object_table), 
    38             ($Real ? 'and oalias IS NULL' : ''), 
     38            ($Real ? 'and ' . $base->db->quote_identifier($class->_object_table) . '.oalias IS NULL' : ''), 
    3939            ($base->{wexported} ? '' : 'and "user".exported = true'), 
    4040            ($base->{wexported} ? '' : 'and ' . 
Note: See TracChangeset for help on using the changeset viewer.