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(sqla-repo): adds upsert_many to the repo #2056

Merged
merged 11 commits into from Jul 24, 2023
Merged

feat(sqla-repo): adds upsert_many to the repo #2056

merged 11 commits into from Jul 24, 2023

Conversation

cofin
Copy link
Member

@cofin cofin commented Jul 23, 2023

Pull Request Checklist

  • New code has 100% test coverage
  • (If applicable) The prose documentation has been updated to reflect the changes introduced by this PR
  • (If applicable) The reference documentation has been updated to reflect the changes introduced by this PR

Description

  • This PR adds an upsert_many function to the repository.

Close Issue(s)

@cofin cofin requested review from a team as code owners July 23, 2023 19:05
@cofin cofin changed the title fix: adds upsert_many to the repo feat(sqla-repo): adds upsert_many to the repo Jul 24, 2023
Copy link
Member

@provinzkraut provinzkraut left a comment

Choose a reason for hiding this comment

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

Looks good, aside from a few docs things (=

litestar/contrib/repository/abc/_async.py Outdated Show resolved Hide resolved
litestar/contrib/repository/abc/_sync.py Outdated Show resolved Hide resolved
litestar/contrib/sqlalchemy/repository/_async.py Outdated Show resolved Hide resolved
litestar/contrib/sqlalchemy/repository/_async.py Outdated Show resolved Hide resolved
litestar/contrib/sqlalchemy/repository/_async.py Outdated Show resolved Hide resolved
cofin and others added 8 commits July 24, 2023 07:56
Co-authored-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com>
Co-authored-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com>
Co-authored-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com>
Co-authored-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com>
Co-authored-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Jul 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

97.3% 97.3% Coverage
2.3% 2.3% Duplication

@github-actions
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/2056

@cofin cofin merged commit f4048a1 into main Jul 24, 2023
19 checks passed
@cofin cofin deleted the repo-upsert-many branch July 24, 2023 15:07
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

3 participants