Fields in ManyToMany Association

30 views
Skip to first unread message

Gustavo Felizola

unread,
Jan 14, 2013, 12:33:04 PM1/14/13
to flexorm-...@googlegroups.com
I'm using FlexORM (cloned from RIAForge) in a project since June 2012.
I want to create a manytomany association, but want to add an extra column at this associative table.
Has a way to create that with the annotation, or I have to create an extra Model and create OneToMany relations with the models?

Regarz
PS: sorry by my english that`s not good.

Christian Junk

unread,
Jan 15, 2013, 5:43:36 AM1/15/13
to flexorm-...@googlegroups.com
Hi Gustavo,

as far as I know this is not possible at the moment using the framework. You have to workaround this "limitiation". I think the extra model will do the trick.

Regards,
Christian

Gustavo Felizola

unread,
Jan 15, 2013, 7:55:44 AM1/15/13
to flexorm-...@googlegroups.com
Thanks Christian,

I tried this way, with an extra model, but when I debug the application, everything goes fine.
Then I export a release build and get SQL Errors, like "#3115: no such column".

But ok. I did a workaround specifically to my app.

Thanks.
Reply all
Reply to author
Forward
0 new messages