From: Fidel S. <fi...@vb...> - 2004-02-17 18:26:49
|
Steve, Revision 1.7, I believe, has a bug not found in revision 1.4. It is expressed when one tries to insert a row with an id that does not yet exist in the database. The bug is the updateRow method. See the following insert invocation: ga GUS::Common::Plugin::SubmitRow --tablename DoTS::SequenceType --attrlist sequence_type_id,nucleotide_type,sub_type,strand,hierarchy,parent_sequence_type_id,name,description --valuelist "1^^^DNA^^^null^^^null^^^1^^^1^^^DNA^^^unkown strandedness" --commit Reading properties from /home/fisal/GUS/dev/gushome/config/GUS-PluginMgr.prop Reading properties from /home/fisal/GUS/dev/.gus.properties Tue Feb 17 12:19:19 2004 ALGINVID 78 Tue Feb 17 12:19:19 2004 COMMIT commit on ERROR: Can't update. No row found with primary key sequence_type_id = 1 Anyway, I went back to using revision 1.4. Fidel |