===================
New features:
- Add support for reading data from models with base (`273`_).
.. _273: https://github.com/atviriduomenys/spinta/issues/273
- Add support for `unique` constraints in tabular manifests (`148`_).
.. _148: https://github.com/atviriduomenys/spinta/issues/148
Improvements:
- Much better implementation for updating manifest files from SQL as data
source (`364`_).
.. _364: https://github.com/atviriduomenys/spinta/issues/364
- Show better error messages on foreign key constraint errors (`363`_).
.. _363: https://github.com/atviriduomenys/spinta/issues/363
- Return a non-zero error code if `spinta push` command fails with an error
(`423`_).
.. _423: https://github.com/atviriduomenys/spinta/issues/423
- Add support for older SQLite versions (`411`_).
.. _411: https://github.com/atviriduomenys/spinta/issues/411
Bug fixes:
- Correctly handle level 3 references, when referenced model does not have a
primary key or property references a non-primary key (`400`_).
.. _400: https://github.com/atviriduomenys/spinta/issues/400
- WIPE command now works on tables with long names (`431`_).
.. _431: https://github.com/atviriduomenys/spinta/issues/431