-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
There are a bug:
Is impossible make Join To ad Not-primary Key.
example structure:
Object Files adn Disks have primary Key ID.
Every "Files" hasMany Disks, Every Disk Has Many Files.
Relationish Files-Disk" is declared in "FilesDisk" table, WITHOUT A PRIMARY KEY, but with colum "fileid" and "diskid" in relationiship "UNIQUE"
So, Files can't join Disks....and Disks can't join Files because "FilesDisk" not have primary key.... so, for solve this, i propose add parameter $primaryKey to join() method.
I have Solving,Commit KTP95@148302e
Metadata
Metadata
Assignees
Labels
No labels