http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7493

Julian Maurice <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Julian Maurice <[email protected]> 2012-02-23 
10:26:37 UTC ---
I don't know when or how it happened but I had in database 1 line in biblio and
1 line in deletedbiblio with the same biblionumber, which cause comments on
this biblio to be deleted.
I'm sure this is not a common case, and it should not happen, but I would
prefer that deletions are done with an SQL query like this

DELETE FROM reviews WHERE biblionumber **NOT** IN (SELECT biblionumber from
**biblio**);
(same for patrons)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to