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

Add implicit sqlite rowid columns to print-schema output #3926

Merged

Commits on Feb 20, 2024

  1. Add implicit sqlite rowid columns to print-schema output

    Whenever sqlite uses an implicit rowid it also need to be added as
    column to the corresponding schema. This change fixes the implicit
    primary key generator added in diesel-rs#3680 which was never tested as the test
    added in this pull request never actually is run.
    
    This change enables the test and enhances the schema printer to generate
    the missing column if the primary key is an implicit rowid column.
    
    Related: diesel-rs#2149
    longsleep committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8c4fa4a View commit details
    Browse the repository at this point in the history