Skip to content
Snippets Groups Projects
Commit 0c1e848a authored by Jan-hinnerk Vogel's avatar Jan-hinnerk Vogel
Browse files

delete-statement of raw-sql in remove()-method adjusted

parent 8971a73e
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ sub remove {
return undef;
}
my $sth = $self->prepare( "delete from exon where exon_id = ?" );
my $sth = $self->prepare( "delete from prediction_exon where prediction_exon_id = ?" );
$sth->execute( $pexon->dbID );
$pexon->dbID(undef);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment