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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-or-update-comment](https://redirect.github.com/peter-evans/create-or-update-comment) | action | major | `v4` → `v5` | --- ### Release...

## Issue Description The findAll example on the Model API page contains a link to https://sequelize.org/docs/v7/core-concepts/model-querying-basics/, but that URL currently returns a page-not-found / internal error. This makes it hard...

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR...

Typo in the command for running migrate

## Issue Description I found a possibly grammar improvement for the description of one of the `sync` function's parameters: `options.alter.drop`

## 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...

Adds docs for this feature -> https://github.com/sequelize/sequelize/pull/17937 Pull request for V7: https://github.com/sequelize/sequelize/pull/17958

Under the heading "Specifying attributes for SELECT queries" in the "Model Querying - Basics" documentation page, the example incorrectly used: ```js Model.findAll({ attributes: ['foo', ['bar', 'baz'], 'qux'], }); ``` which...