Skip to content

SCDB 0.6.0

Latest

Choose a tag to compare

@RasmusSkytte RasmusSkytte released this 26 Jan 07:40

Improvements and Fixes

  • delta_export() and delta_import() functions are added (#213)
    These functions facilitate incremental backups and batch migration of a
    historical table created with update_snapshot().
    See vignette("delta-loading") for usage details.

  • Bug fixes in update_snapshot():

    • Fixed a bug records were being incorrectly deactivated (#214).