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(driver): Resolve Exception during PerformUpgrade using LogScriptOutput #577 #5

Merged
merged 3 commits into from
Jul 29, 2024

Commits on Jan 30, 2024

  1. fix(driverResolve Exception during PerformUpgrade using LogScriptOutp…

    …ut #577
    
     - Drop non supported frames.  (Netstandard 1.3/Mono)
    - Replace System.Data.SQLite with Microsoft.Data.SqLite
    - Breaking change `Create` removed from TemporarySQLiteDatabase, it is now implicit
    jafin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    56d5c46 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge branch 'release/6.0.0' into fix/sqlite-exhibitsafehandler-577

    # Conflicts:
    #	src/Tests/ApprovalFiles/NoPublicApiChanges.Run.Net.verified.cs
    #	src/Tests/SQLiteSupportTests.cs
    #	src/Tests/SQLiteTableJournalTests.cs
    #	src/dbup-sqlite/Helpers/InMemorySQLiteDatabase.cs
    #	src/dbup-sqlite/Helpers/TemporarySQLiteDatabase.cs
    #	src/dbup-sqlite/SQLiteScriptExecutor.cs
    #	src/dbup-sqlite/dbup-sqlite.csproj
    droyad committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    77a1265 View commit details
    Browse the repository at this point in the history
  2. Added link to the Issue

    droyad committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0cd4c56 View commit details
    Browse the repository at this point in the history