Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(types): add typings for DataTypes.TSVECTOR #13940

Merged
merged 1 commit into from Jan 12, 2022
Merged

Conversation

ephys
Copy link
Member

@ephys ephys commented Jan 12, 2022

Pull Request Checklist

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

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

Description Of Change

Replacement PR for #13444
Closes #13444
Closes #13316

Only adds the missing typings for TSVECTOR, as everything else was already there

@ephys ephys added the type: typescript For issues and PRs. Things that involve typescript, such as typings and intellisense. label Jan 12, 2022
@ephys ephys requested a review from WikiRik January 12, 2022 07:24
@ephys ephys self-assigned this Jan 12, 2022
@ephys ephys merged commit 35859a4 into main Jan 12, 2022
@ephys ephys deleted the feature/ephys/tsvector-ts branch January 12, 2022 09:42
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2022

🎉 This PR is included in version 7.0.0-alpha.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

aliatsis pushed a commit to creditiq/sequelize that referenced this pull request Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @v7 type: 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.

TSVECTOR DataType not in Typescript typings
2 participants