Skip to content

fix(types): extend BulkCreateOptions by SearchPathable#13469

Merged
sdepold merged 3 commits into
sequelize:mainfrom
aryem:issue-13454
Oct 16, 2021
Merged

fix(types): extend BulkCreateOptions by SearchPathable#13469
sdepold merged 3 commits into
sequelize:mainfrom
aryem:issue-13454

Conversation

@aryem
Copy link
Copy Markdown
Contributor

@aryem aryem commented Aug 29, 2021

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test or npm run test-DIALECT pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Did you update the typescript typings accordingly (if applicable)?
  • Did you follow the commit message conventions explained in CONTRIBUTING.md?

Description of change

add missing searchPath in BulkCreate.options:
- extend BulkCreateOptions interface by SearchPathable to add the missing searchPath option.
- include searchPath in bulkCreate type test.

Closes #13454

  add missing searchPath in BulkCreate.options:
    - extend BulkCreateOptions interface by SearchPathable to add missing searchPath option.
    - include searchPath in bulkCreate type test.

Closes sequelize#13454
Copy link
Copy Markdown
Contributor

@JustFly1984 JustFly1984 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wbourne0 wbourne0 added the typescript For issues and PRs. Things that involve typescript, such as typings and intellisense. label Oct 10, 2021
@sdepold sdepold self-assigned this Oct 16, 2021
@sdepold sdepold merged commit 47c2d05 into sequelize:main Oct 16, 2021
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 6.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

aliatsis pushed a commit to creditiq/sequelize that referenced this pull request Jun 2, 2022
add missing searchPath in BulkCreate.options:
    - extend BulkCreateOptions interface by SearchPathable to add missing searchPath option.
    - include searchPath in bulkCreate type test.

Closes sequelize#13454

Co-authored-by: Alexey Lyakhov <justfly1984@gmail.com>
Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released typescript For issues and PRs. Things that involve typescript, such as typings and intellisense.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Models.bulkInsert using options.searchPath does not work

4 participants