v0.1.6
New Features
- Add parsing support for escaped quotes in table, column, type, and constraint names
Bug Fixes
- Remove reliance on SQLite's arbitrary ordering when querying
sqlite_schema
, potentially resulting in flaky diff outputs - Fix references to modified tables potentially not being restored when another reference with the same name is modified
Build
- Prune
.github/
from source distribution builds
Full Changelog: v0.1.5...v0.1.6