Iván Alfonso

Results 5 comments of Iván Alfonso

This issue is now fixed. If a model contains a class with an attribute named `id`, that field will be used as the table's primary key. Otherwise, a default `id`...

We could update the generator to remove the relationship (last line in the code above) when the navigability is False. This would keep the Foreign Key in the **_Pet_** table,...

@EmidioStani, in BESSER, it's possible to set the cardinality of a property directly in the model code. But, as you mentioned, this is not yet supported in the graphical editor....

I can think of three solutions for dealing with unique fields in these generators, but I'm not sure which one is most efficient for this case: 1. Currently an OCL...

Yes, validation is one of the tasks BESSER aims to address. Right now, OCL constraint validation over an object model is possible using the [B-OCL interpreter](https://github.com/BESSER-PEARL/B-OCL-Interpreter), but it’s not yet...