projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a7ada78
)
filter tables for SQLite too
Rafael Kitover [Thu, 25 Feb 2010 14:01:42 +0000 (09:01 -0500)]
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
b/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
index
7221cb8
..
7f03dcb
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
+++ b/
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
@@
-145,7
+145,7
@@
sub _tables_list {
push @tables, $row->{tbl_name};
}
$sth->finish;
- return @tables;
+ return $self->_filter_tables(@tables);
}
=head1 SEE ALSO