[Refdb-devel] [ refdb-Bugs-2795347 ] Too many extended notes are deleted
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2009-05-22 12:04:16
|
Bugs item #2795347, was opened at 2009-05-22 14:04 Message generated for change (Tracker Item Submitted) made by bronger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2795347&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: refdbd Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Torsten Bronger (bronger) Assigned to: Markus Hoenicka (mhoenicka) Summary: Too many extended notes are deleted Initial Comment: refdbd received the following command from me: addlink -d biblio -E utf-8 -r -u drefdbuser1 -w 055106045081047114063119089044 ":NCK:=django-refdb-relevance-3 :CK:=Bld2006" The log further says: SELECT note_id FROM t_note WHERE note_key='django-refdb-relevance-3' SELECT refdb_id FROM t_refdb WHERE refdb_citekey='Bld2006' SELECT xnote_id FROM t_xnote WHERE xnote_type='REFERENCE' AND xref_id=1 DELETE FROM t_xnote WHERE xnote_id=78 DELETE FROM t_xnote WHERE xnote_id=79 UPDATE t_meta SET meta_modify_date='2009-05-22 11:55:59' WHERE meta_type='risx' command processing done, finish dialog now I interpret this output so that *two* links to extended notes were deleted. However, the command clearly says that only one should be deleted. In particular, refdbd deleted the links to both "django-refdb-relevance-3" and (erroneously) "django-refdb-relevance-2". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2795347&group_id=26091 |