Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@SebastianOsinski SebastianOsinski released this 05 Jan 22:12
· 6 commits to master since this release

New

Fixed

  • Snapshotting database which contains table with SQLite keyword as a name works correctly now

Breaking changes

  • Snapshots no longer contain SQLite and GRDB internal tables
  • Snapshots of empty database have placeholders for tables and data
  • All objects (tables, indexes etc.) are ordered by their name
  • Dumped rows are now explicitly ordered by table's primary key