This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
Releases: bitzesty/ember-sqlite-adapter
Releases · bitzesty/ember-sqlite-adapter
Fixes toward proper schema usage
Changelog
- Migrations internally receive the database connection, and opens a new transaction for each executed query. This was due transaction idle.
expiry - SQLite service performs most of its operations properly using the schema
- Adapter has been fixed and tested (manually for now) for the following operations:
- findRecord
- findAll
- createRecord
- updateRecord