website icon indicating copy to clipboard operation
website copied to clipboard

Our beloved website that contains all versions of our documentations and the API references.

Results 130 website issues
Sort by recently updated
recently updated
newest added

Nowhere in the [associations manual](https://sequelize.org/master/manual/assocs.html) it is mentioned/shown that association calls such as `Foo.hasMany(Bar)` actually return useful objects. See [this comment](https://github.com/sequelize/sequelize/issues/9516#issuecomment-396822517)

status: understood

## Issue Description ### What was unclear/insufficient/not covered in the documentation I found three repositories that look useful to be included in the [resources section of the docs](https://sequelize.org/master/manual/resources.html): * https://github.com/abelosorio/sequelize_replace_enum_postgres...

status: wip

## What was unclear/insufficient/not covered in the documentation I came from PHP, doctrine world, but now try understand sequlize, I struggle with associations, I tried to follow manual http://docs.sequelizejs.com/manual/associations.html ###...

status: wip

## What was unclear/insufficient/not covered in the documentation Just tried BelongsToMany association rolespermissions countPermissions(options) method of roles model with where in options and it worked as expected! Is it just...

status: wip

Awesome job getting to v5! Possibly add a small example "best practice" of how to completely separate the model files in the documentation http://docs.sequelizejs.com/manual/models-definition.html > Import is very close but...

status: understood

Since `sequelize` is relaying on `hooks` to comunicate with plugins, shouldn't be better to include a method so we can pass a `sequelize` instance to plugins? I would propose a...

https://github.com/sequelize/sequelize/blob/ff1c97cd9264d50c1d779b31a8d38dd4182ddfaa/lib/sequelize.js#L427 This documentation indicates that ANY time the "type" parameter is specified, the returned result is the row, without the counts. However, looking at the actual code: https://github.com/sequelize/sequelize/blob/ff1c97cd9264d50c1d779b31a8d38dd4182ddfaa/lib/dialects/postgres/query.js#L261 This is...

## Issue Creation Checklist - [x ] I understand that my issue will be automatically closed if I don't fill in the requested information - [ x] I have read...

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

## What was unclear/insufficient/not covered in the documentation The manuals do not make clear what happens when a finder method such as `findAll` tries to `include` an associated model which...

status: wip