Matt Broadstone
Matt Broadstone
@mark-lester can you provide a little more information here, like sample code for exhibit the issue: what the models look like, what your epilogue initialization code looks like, etc.
@mark-lester okay, looks like we have an issue with sequelize 3.21 then you're saying?
@Mumeii you're correct that they end up in the error function, but you'll also note that there are a number of ways to customize this process: - You can create...
@bradisbell the short answer is: no this isn't currently supported. As @johngiudici mentioned above, adding search terms to includes is cumbersome at this point, however the list controller's "q" logic...
@sharathm this will be in shortly, I have the feature about half done
Yeah I'm working on it as much as time allows, unfortunately it's not my full time job :smile:. I currently have auto-association working for simple cases (BelongsTo, HasOne), but need...
@sharathm yeah sequelize does give us this information, it's more of a matter of massaging the epilogue design to accommodate deep levels of association. I have code that generates all...
@breandr it would be useful if you could add your test/use cases here as well!
@sharathm oh I see, so that pairs down the number of things that need to be done. For instance in your example: `PUT /student/:studentId/course/:courseId` is just an alias for: `PUT...
@breandr, @sharathm Hmm, I'm not sure I completely agree here but I'm trying to get a better handle on what the requirements are here since I don't actually require this...