RE: Class::DBI::Sybase segfaulting
Ivor Williams <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]]On > Behalf Of Michael Peppler > Sent: 28 February 2005 18:17 > To: [email protected] > Subject: Re: Class::DBI::Sybase segfaulting > > > On Mon, 2005-02-28 at 18:44, Ivor Williams wrote: > > Cross posted from Class::DBI list: > > > > Here is a fairly trivial DB and script. What am I doing wrong? > > > > OS is Solaris 5.8 and Sybase version 12.5.1 > > > > Class::DBI version 0.96 > > DBI version 1.47 > > DBD::Sybase version 0.95 > > Start by upgrading DBD::Sybase to 1.05. > > Michael > Done... Upgrading DBD::Sybase has fixed the problem. The program is no longer segfaulting, but coming out with some sensible messages informing me that the table has no index. I can now move on with what I was trying to do, which is to fix Class::DBI so that it works with case sensitive columns, and doesn't try and lower case them. Is Sybase the only database that has case sensitivity in column names?