From: | Sam Vilain <sam [...] vilain.net> |
To: | bug-Tangram [...] rt.cpan.org |
Subject: | Tried to use Class Name for SQL table name |
Date: | Tue, 27 May 2003 02:53:09 +1200 |
If you have a one to many association to a class whose table name
doesn't match its class name, it tries to use the class name instead!
The exact circumstances where this happens are not clear to me right
now, it happened in the middle of a large schema & I worked around the
problem by removing the table => "" clause in the schema.
I think that an iset relationship with a backref triggered the
problem.