Atlas.Orm v2.2.0 Release Notes

Release Date: 2018-03-19 // about 6 years ago
  • 🚀 This release adds two "off-interface" events, TableEvents::modifySelect() and
    MapperEvents::modifySelect(), to allow modification of the TableSelect and
    MapperSelect query objects.

    These events are added only to the implementation classes, and not the
    interfaces, to make the functionality available without introducing a BC break.
    A future major revision may incorporate them into the relevant interfaces.

    🛠 It also fixes the bug noted at #86
    ⚡️ where existing connections are not updated to the current transaction state.