I have a table A, that is linked via a foreign key to table B. In table B there is a row with a primary key of zero, and in table A, the value of the foreign key is zero.
But: a.getB() returns null.
Is zero a special case in this situation? Why would torque choose not to return the row in B?
I am using torque v3.1 with postgresql.
Regards, Graham --
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
