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

🐛 Fixed migrations for SQLite database users (#19839) #21063

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

  1. 🐛 Fixed migrations for SQLite database users (TryGhost#19839)

    SQLite has limit of 500 items in a compound select statement.
    
    This limit could be hit when a complex select statement was being generated
    as part of a batch insert statement.
    
    Lowering the batch size will have minimal impact on migration performance
    while improving SQLite compatibility.
    
    Ref: https://www.sqlite.org/limits.html
    Issue: TryGhost#19839
    markstos committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8897c02 View commit details
    Browse the repository at this point in the history