Subject: | Calling new_schema with a $dbh to a Sybase database does not pickup any tables |
Perl version: 5.6.1
Sybase version: ASE 12.5.1
OS: Solaris 2.6
First of all thanks for writing this module, I've been wanting something for this for quite a while after leaving my last job where a colleauge has written a propreietry perl tool to do something similar.
I tried the module out. What i was expecting to be able to do (and the docs did sort of imply this would be possible) is to 'reverse engeineer' by database schema from the database by calling new_schema and then pretty printing / saving the resulting object tree.
However when i tried:
$s = DBIx::DBSchema->new_native($dbh);
the module failed to fetch a list of tables from the database and thus retreive any info about my schema.