Skip Menu |

This queue is for tickets about the DBIx-DBSchema CPAN distribution.

Report information
The Basics
Id: 16315
Status: resolved
Priority: 0/
Queue: DBIx-DBSchema

People
Owner: Nobody in particular
Requestors: sagarshah [...] softhome.net
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.28
  • 0.29
  • 0.30
  • 0.31
  • 0.32
  • 0.33
  • 0.34
  • 0.35
Fixed in: (no value)



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.
I'm not certain the Sybase driver even has any active maintainers anymore. Patches (or a maintainer!) appreciated. [SRSHAH - Tue Dec 6 05:14:21 2005]: Show quoted text
> 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 Show quoted text
> 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 Show quoted text
> 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 Show quoted text
> retreive any info about my schema.