Update alter_active_table.t and fix NibbleIterator to handle a growing table.

This commit is contained in:
Daniel Nichter
2012-03-29 15:23:38 -06:00
parent 2dfb3318c2
commit fcc3a44e23
10 changed files with 650 additions and 583 deletions

View File

@@ -58,7 +58,7 @@ sub new {
my $q = $self->{Quoter};
my $o = $self->{OptionParser};
my $where = $o->get('where');
my $where = $o->has('where') ? $o->get('where') : undef;
# If it's not a single nibble table, init our special statements.
if ( !$self->one_nibble() ) {