Skip to content

How to update the SQLite schema correctly? #836

Open
@shin0kaze

Description

@shin0kaze

Every time I update the schema for SQLite, I have to close the IDE, and sometimes also terminate a process in order to free the database file that is used as schema source in SQLProvider. Maybe I don't get the right workflow for this library.
Is there a way to update the scheme without the above difficulties?
And If there isn't, can you add the design-time command like "``Design Time Command``.StopLockDbSchemaFile."?

Activity

added a commit that references this issue on Dec 8, 2024
added a commit that references this issue on Jan 15, 2025

Merge pull request #837 from Thorium/clear-cache

5ccba16
knocte

knocte commented on Apr 11, 2025

@knocte

@Thorium I see you committed a "potential fix" for this issue in January.

@shin0kaze can you update to latest version and see if it helps? If it does, I guess we can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @knocte@shin0kaze

        Issue actions

          How to update the SQLite schema correctly? · Issue #836 · fsprojects/SQLProvider