Page 1 of 1

many to many relations whith extra field

PostPosted: Fri Sep 04, 2009 10:53 am
by jessihash
hello from France,

I'm trying Xataface whith a very simple application.

I have

a party table (id*, name)

a partytype table (id*, name, description)

and a partyclassification table (partyid*, partytypeid*, fromdate*)

the interface with these tables works perfectly

but if i add another extra field to the partyclassification table (for exemple "todate" which is in or not in the primary key) the interface don't work like expected.

how can i had more than one extra field in a manytomany table and have the interface show me all the fields correctly?

thanks for your help and for this great rad framework