Cyril DUPETIT

Results 5 comments of 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