enable fast loading with namespaces; empty tables were being generated
commitd3ae6172994393435dde1d0448b472ade6929628
authorChris Fields <cjfields@bioperl.org>
Thu, 7 Apr 2011 20:46:50 +0000 (7 15:46 -0500)
committerChris Fields <cjfields@bioperl.org>
Thu, 7 Apr 2011 20:46:50 +0000 (7 15:46 -0500)
tree88bbcefdf6eca5f558f3ec5fe3a5cf8afaaaaf42
parent13d4fc67ad62ed20c2523d7a75f542e98396a259
enable fast loading with namespaces; empty tables were being generated
that had concatenated table names via _qualify() (e.g.
volvox_volvox_feature); this fix checks for the presence of the
namespace just in case and returns it w/o modification if it is found
Bio/DB/SeqFeature/Store/DBI/mysql.pm