Jozef Hartinger
Jozef Hartinger
I do not know. It does not make sense to me either. However, given that this behavior is already in place I implemented the change with an additional param so...
I sent a PR exactly for this some time ago https://github.com/g00fy-/angular-datepicker/pull/250
Likely addressed by this commit: https://github.com/g00fy-/angular-datepicker/pull/251
@jsdevel I think the point here is the inconsistency in error reporting. All errors raised by openapi-request-validator do specify `errorCode` except for mediaTypeError and schemaError which don't.
Here's what I am using to get Sequelize 3 to build model objects from my raw query: ``` js const query = "SELECT ...."; const options = { model: sql.topic,...
@felixfbecker I see. Is making it public on the roadmap?