Skip to content

Commit

Permalink
added missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Stein committed Jan 21, 2011
1 parent d5faf5e commit addc1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bio/DB/SeqFeature/Store/DBI/SQLite.pm
Expand Up @@ -466,6 +466,8 @@ sub _finish_bulk_update {
delete $self->{filehandles};
}

sub commit { shift->dbh->commit }

sub index_tables {
my $self = shift;
my @t = $self->SUPER::index_tables;
Expand Down

0 comments on commit addc1a1

Please sign in to comment.