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

Support backing up to an instance of sqlite3.Database #1649

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2022

  1. support backing up to an instance of sqlite3.Database

    The destination database must be locked, as per
    https://www.sqlite.org/c3ref/backup_finish.html
    ("Concurrent usage of database handles").
    paulfitz authored and Yoshi Jäger committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7b74aea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Resolved several issues and added comments.

    Yoshi Jäger authored and Yoshi Jäger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4019379 View commit details
    Browse the repository at this point in the history
  2. fix: backup-online: database instance was casted to string mistakenly.

    Yoshi Jäger authored and Yoshi Jäger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ed7d224 View commit details
    Browse the repository at this point in the history
  3. fix: added Ref() and Unref() calls to the database instance that was …

    …passed
    Yoshi Jäger authored and Yoshi Jäger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    63a1695 View commit details
    Browse the repository at this point in the history
  4. fix: pass Backup instance to second callback argument

    Yoshi Jäger authored and Yoshi Jäger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b8c98e3 View commit details
    Browse the repository at this point in the history
  5. ts: added typescript declarations for Backup

    Yoshi Jäger authored and Yoshi Jäger committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8d87dcc View commit details
    Browse the repository at this point in the history