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

fix(sqlite): mark the bigint datatype as not supported #17154

Merged
merged 2 commits into from Mar 19, 2024

Conversation

lohart13
Copy link
Contributor

Pull Request Checklist

  • Have you added new tests to prevent regressions?
  • If a documentation update is necessary, have you opened a PR to the documentation repository?
  • 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?
  • Does the name of your PR follow our conventions?

Description of Changes

As discussed in PR #16988, SQLite does not support the BIGINT data type.
This PR separates the change into its own PR.

List of Breaking Changes

SQLite does not support the BIGINT data type.

@lohart13 lohart13 requested a review from a team as a code owner March 10, 2024 20:39
@lohart13 lohart13 requested review from ephys and WikiRik March 10, 2024 20:39
@lohart13 lohart13 mentioned this pull request Mar 10, 2024
5 tasks
@ephys ephys changed the title fix(sqlite): bigint datatype is not supported fix(sqlite): mark the bigint datatype as not supported Mar 16, 2024
@ephys ephys enabled auto-merge (squash) March 19, 2024 16:40
@ephys ephys merged commit 47cd0e5 into sequelize:main Mar 19, 2024
49 checks passed
@lohart13 lohart13 deleted the sqlite-no-bigint branch March 19, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants