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: EXPOSED-307 [SQLite] Delete ignore not supported and throws #2021

Merged
merged 1 commit into from
Mar 4, 2024

Commits on Mar 3, 2024

  1. fix: EXPOSED-307 [SQLite] Delete ignore not supported and throws synt…

    …ax exception
    
    Attempting to use deleteIgnoreWhere() with SQLite throws a syntax exception because
    SQL is being generated even though MySQL and MariaDB are the only databases that
    support some variant of DELETE IGNORE.
    
    This adds a unit test for deleteIgnoreWhere() and ensures that it also fails early
    when used with SQLite.
    bog-walk committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cb41850 View commit details
    Browse the repository at this point in the history