This commit is contained in:
Carlos Salguero
2019-10-08 13:10:26 -03:00
parent c107e4fb42
commit a6e0b0d324
5 changed files with 292 additions and 72 deletions

View File

@@ -99,7 +99,7 @@ sub _get_first_values {
}
my ($cxn, $tbl, $index, $n_index_cols) = @args{@required_args};
my $q = $self->{quoter};
my $q = $self->{Quoter};
# Select just the index columns.
my $index_struct = $tbl->{tbl_struct}->{keys}->{$index};