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

Update instances of createMany() not supported by SQLite #5748

Merged

Conversation

grpatel
Copy link
Contributor

@grpatel grpatel commented Mar 25, 2024

Fixes #5747:
Update instances where:

  • createMany() not supported by SQLite
  • nested createMany not supported
  • bulk-insert optimization for nested create not supported for SQLite

@grpatel grpatel self-assigned this Mar 25, 2024
@grpatel grpatel linked an issue Mar 25, 2024 that may be closed by this pull request
Copy link

vercel bot commented Mar 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 5:56pm

Copy link
Contributor

github-actions bot commented Mar 25, 2024

This PR changes the following pages (Vercel Preview Deploy links):

Changed Vercel links

(Note that links will only be valid after Vercel preview deploy succeeded)

Copy link
Contributor

This PR probably requires the following redirects to be added to vercel.json:

  • This PR does not change any pages in a way that would require a redirect.

@grpatel
Copy link
Contributor Author

grpatel commented Mar 25, 2024

@janpio thoughts? 9970653
Can maybe link release notes there after too

@nikolasburk nikolasburk merged commit 3347858 into main Apr 2, 2024
4 of 7 checks passed
@nikolasburk nikolasburk deleted the 5747-update-instances-of-createmany-not-supported-by-sqlite branch April 2, 2024 14:10
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.

Update instances of createMany() not supported by SQLite
2 participants