Re: [RDBO] MySQL driver support for multiple databases

2007-02-01 Thread John Siracusa
On 2/1/07 4:03 PM, Chris Jacobson wrote: > *{ 'Rose::DB::MySQL::supports_schema' } = sub { 1 }; > > This suits my purposes for the time being, but it would be nice to see > this feature included in a future release of Rose::DB::MySQL. It likely will be. > I should also say that I have not done

[RDBO] MySQL driver support for multiple databases

2007-02-01 Thread Chris Jacobson
Hello RDBO list members! I am currently in the midst of converting our internal applications from using Class::DBI over to Rose::DB::Object. One of the first problems I encountered was needing support for multiple databases. In searching the list archives, I found a solution that was