On 6/25/07, Adrian Howard <[EMAIL PROTECTED]> wrote:
> 1) I have a single process (mod_perl) with two different RDBO
> hierarchies connecting to two different databases from the same MySQL
> 5 server -  each using their own IMA::DB subclasses

Er, IMA::DB?

> 2) The two databases both have a table with the same name
> 3) This seems to be mucking up RDBO::Loader setting up the many 2
> many relationships

I imagine the problem is that RDBO's auto-init system looks up classes
based on catalog/schema/table triplets (as fed to it by DBI), but will
fall back to just plain table name if the fully-qualified version is
not found.  I could make it more strict in this situation, but before
I jump to solutions I'd like to see a small, self-contained,
reproducible test case.  If you could post one and describe how you'd
like it to behave and what it actually does instead, that'd be helpful
:)

-John

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to