From: SourceForge.net <no...@so...> - 2004-05-11 14:10:18
|
Bugs item #951918, was opened at 2004-05-11 08:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116453&aid=951918&group_id=16453 Category: Bio::Genex Perl API Group: Genex-2 Status: Open Resolution: None Priority: 8 Submitted By: Jason E. Stewart (jason_e_stewart) Assigned to: Jason E. Stewart (jason_e_stewart) Summary: linking table entries getting inserted multiple times Initial Comment: There is no checking mechanism to see if a linking table entry is in the DB, so they will get inserted multiple times (especially if there is no unique index on the table). A quick fix is to simply check if dbh() is set. A more interesting fix is to add support for oids - that way even linking table entries would have pkeys. This would fix support for applications like mason-edit-app.pl ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116453&aid=951918&group_id=16453 |