Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Releases: bitzesty/ember-sqlite-adapter

Fixes toward proper schema usage

16 Oct 18:02
Compare
Choose a tag to compare
Pre-release

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