Skip Menu |

This queue is for tickets about the Tangram CPAN distribution.

Report information
The Basics
Id: 2650
Status: resolved
Priority: 0/
Queue: Tangram

People
Owner: Nobody in particular
Requestors: sam [...] vilain.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.