Dear Josh, Shouldn't it be:
+ select cc.id, cv.checksum_type, cv.checksum, file_size, contents,
is_binary
+ from rhnConfigContent cc, rhnChecksumView cv
+ where cv.checksum = :checksum
+ and cv.checksum_type = :checksum_type
and file_size = :file_size
- and checksum_id = c.id
+ and checksum_id = cc.id
^-> note the difference in the last line.
Best Regards
Marcus
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
