Cyril DUPETIT
Cyril DUPETIT
@MikeRyan52 Same issue with rxjs v5.1.0
I want to make association like hasMany, hasOne, belongsTo between tables with multiple primary keys. Example: ``` Site.hasMany(Server, { primaryKey: [siteId] }); Server.hasMany(Share, { primaryKey: [siteId, serverId] }); Share.hasMany(Folder, {...
Hello @augustoproiete, Any release date for a version with this pull request ? Best regards
Hello @hudec117, Any news about this bug ? Thx
Same question for me.