I am working on a Perl application that uses DBIx::Class::Schema::Loader in order to generate the ORM layer of the application, against a Sybase ASE 15.5 database.
We recently migrated from Sybase 12.1, where the ORM generation worked fine, to our current database, where things have gone screwy. Our ORM layer doesn't change much, so this wasn't immediately apparent.
The driver for accessing the database information uses the syscomments, sysobjects, syscolumns, and systypes tables, but I can't find any reference to them in the ASE 15.5 system table documentation.
Searching through the documentation has led me to conjecture that these tables were retired sometime around 15.1, but I don't have enough expertise to be able to comment either way. Does anyone know where this information is stored in 15.5?