Displaying 1 result from an estimated 1 matches for "current_crl".
Did you mean:
current_cr3
2006 Jul 01
0
activerecord generating wrong syntax with postgresql
...#39;,
:finder_sql => ''SELECT * FROM certificates WHERE '' +
''STATUS = '' + STATUS_VALID.to_s
has_many :certificates, :class_name => ''Certificate'',
:foreign_key => ''issuer_id''
has_many :current_crl, :class_name => ''CRL'',
:finder_sql => ''SELECT id, issuer_id, last_update, MAX(next_update) '' +
''AS next_update FROM crls GROUP BY id''
end
end
end