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

Fixes toward proper schema usage

Pre-release
Pre-release
Compare
Choose a tag to compare
@mauricioac mauricioac released this 16 Oct 18:02
· 36 commits to master since this 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