Jan Heise wrote:
Solved it. I had to specify 0..1 on the other end too. This was not
necessary until recently.
Yeah that not-null constraint wasn't working, it was recently fixed.
Jan
Am 15.03.2005 um 13:07 schrieb Jan Heise:
Another problem that came up is:
I have a many-to-one mapping:
Login -> R
Solved it. I had to specify 0..1 on the other end too. This was not
necessary until recently.
Jan
Am 15.03.2005 um 13:07 schrieb Jan Heise:
Another problem that came up is:
I have a many-to-one mapping:
Login -> Role
where Login can have 0..* Roles
This worked great until recently. Now if I generat