Use si_dbh for SchemaIterator instead of the main dbh.

This commit is contained in:
Daniel Nichter
2012-07-28 14:41:51 -06:00
parent 41c8aa001d
commit 8b079060ed

View File

@@ -5013,7 +5013,7 @@ sub main {
my $schema = new Schema();
my $schema_itr = new SchemaIterator(
dbh => $dbh,
dbh => $si_dbh,
OptionParser => $o,
Quoter => $q,
TableParser => $tp,