[Koha-bugs] [Bug 24809] OAI PMH can fail on fetching deleted records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 13 16:52:51 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24809

--- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Still not getting the point of the change completely:

        $sql .= "
            UNION
            SELECT deleteditems.timestamp FROM deleteditems JOIN biblio USING
(biblionumber)
            WHERE biblionumber=?
            UNION
            SELECT timestamp from items
            WHERE biblionumber=?
        ";

Ambiguous now for biblionumber when adding the left join?
Why do you add the left join if you only want deleteditems ?

Please provide feedback.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list