Ignore:
Timestamp:
08/15/09 03:30:14 (15 years ago)
Author:
nanardon
Message:
  • fetch attributes list from inherited table too since I splitted list into several tables to enforce referential constraint
File:
1 edited

Legend:

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

    r341 r346  
    121121        my $sth = $base->db->prepare_cached( 
    122122            sprintf( 
    123                 q{select canonical from only %s order by canonical}, 
     123                q{select canonical from %s order by canonical}, 
    124124                $base->db->quote_identifier($class->object_table . '_attributes_list'), 
    125125            ) 
Note: See TracChangeset for help on using the changeset viewer.