Skip to content

fix: unify returning queries #17157

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

Merged
merged 12 commits into from
Oct 2, 2024
Merged

Conversation

lohart13
Copy link
Contributor

@lohart13 lohart13 commented Mar 10, 2024

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

This is another change split from #16988.

This PR unifies the way data from the database is mapped to a Model instance for inserts, updates and upserts.

List of Breaking Changes

SQLite now supports returning database values from inserts, updates and upserts.

@lohart13 lohart13 requested a review from a team as a code owner March 10, 2024 23:35
@lohart13 lohart13 requested review from ephys and WikiRik March 10, 2024 23:35
@lohart13 lohart13 force-pushed the fix-return-methods branch from bbaf7ae to d1d77f3 Compare March 19, 2024 21:54
@lohart13
Copy link
Contributor Author

This should be good to go now.
The single failing test is due to the artifact not being downloaded successfully.

@lohart13 lohart13 force-pushed the fix-return-methods branch 4 times, most recently from 6088347 to 01f5ac6 Compare March 27, 2024 21:55
@lohart13 lohart13 force-pushed the fix-return-methods branch from 01f5ac6 to 7b5970f Compare March 30, 2024 01:53
@lohart13 lohart13 force-pushed the fix-return-methods branch from 7b5970f to 4899d4d Compare April 9, 2024 22:28
@sequelize-bot sequelize-bot bot added the conflicted This PR has merge conflicts and will not be present in the list of PRs to review label Apr 10, 2024
@lohart13 lohart13 force-pushed the fix-return-methods branch from 4899d4d to 2fb3342 Compare April 12, 2024 00:32
@sequelize-bot sequelize-bot bot removed the conflicted This PR has merge conflicts and will not be present in the list of PRs to review label Apr 12, 2024
@lohart13 lohart13 force-pushed the fix-return-methods branch 2 times, most recently from d3f6853 to df30b20 Compare April 16, 2024 23:29
@lohart13 lohart13 force-pushed the fix-return-methods branch from df30b20 to 3ef3db7 Compare April 24, 2024 01:18
@WikiRik WikiRik enabled auto-merge (squash) October 1, 2024 20:59
@WikiRik WikiRik merged commit 0a350c0 into sequelize:main Oct 2, 2024
50 checks passed
@lohart13 lohart13 deleted the fix-return-methods branch October 2, 2024 19:11
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.

3 participants